Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.13 KB

anaconda_installation.md

File metadata and controls

35 lines (18 loc) · 1.13 KB

Step by step SimBA Installation in Anaconda environment

  1. Download Anaconda and install the software into your machine.

  2. Run Anaconda Navigator. The application looks like this:

  1. Click on Environments, then click Create to create a new environment.

  1. Give it a name for your environment and choose Python 3.6. Then click Create

Note: If you do not have the option python 3.6. Just type conda install python=3.6 in the terminal before step 6.

  1. Click on the environment that you just made. In this case, my new environment is simba-test. Then select Open Terminal

  1. In the terminal, type pip install simba-uw-tf

  1. Once it is installed, uninstall shapely, it will then prompt Proceed([y]/[n])?, type y.

pip uninstall shapely

  1. Then reinstall using the following command, it will then prompt Proceed([y]/[n])?, type y.

conda install -c conda-forge shapely

  1. Type simba in the terminal to check if it works.