Install SimBA using Anaconda Navigatorο
First, install Anaconda Navigator on your system. You can download Anaconda Navigator HERE. For Microsoft Windows instructions, click HERE or HERE. For Linux/macOS, click HERE.
Note
SimBA also relies on FFmpeg for video pre-processing, video editing, and visualization tools. It is strongly recommended that you install it before running SimBA β see the requirements on the pip installation page for FFmpeg install instructions.
Hint
Need help? If you hit errors during installation, open an issue or send us a message on Gitter.
Prefer the command line? To install with conda without the Anaconda Navigator GUI, see THESE instructions.
Video walkthrough: For a visual guide to this process, see our Anaconda Navigator Installation Video.
Run Anaconda Navigator. The application looks like this:
On the left, click on the
Environmentstab, followed by the Create button highlighted in this image:
Once clicked, it brings up the below pop-up allowing you to enter the name of your new python conda environment, and which python version it should have. Here, we select python 3.6, and name the environment
simba_env. Next, we click the Create button.
Once complete, the new conda environment will be listed in the graphical interface, together with any other environments you have on your system:
Each listed environment will have a little βplayβ button associated with it. Once we click on the play button, we will see some options. Go ahead and click on the
Open Terminaloption:
This will bring up a terminal. In this terminal, you can see the name of your conda environment as the pre-fix of your path, highlighted with a red line on the left in the image below. Go ahead and type
pip install simba-uw-tf-dev(highlighted with a red line on the right in the image below) and hit Enter. After hitting Enter, SimBA will install on your system and you can follow the progress in the terminal window.
Once installed, type
simbain your terminal window, and hit Enter, and SimBA will launch.
Note
SimBA may take a little time to launch depending on your computer. Once it does, you should first see this splash screen:
Followed by the main SimBA GUI window: