Step by step SimBA Installation in Anaconda environment

September 25, 2024 ยท View on GitHub

  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-dev

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

Author Simon N, JJ Choong