This project requires Python 3.
We recommend students install Anaconda, a pre-packaged Python distribution that contains all of the necessary libraries and software for this project. Please try using the environment we provided in the Anaconda lesson of the Nanodegree.
- Step1: Download the aind-environment-unix.yml at the installation folder
- Step2: "$conda env create -f aind-environment-unix.yml" to create the environment.
- Step3: then "$source activate aind" to enter the environment.
- Step1: Download the Visual C++ Build Tools here
- Step2: Download the aind-environment-windows.yml at the installation folder
- Step3: "$conda env create -f aind-environment-windows.yml" to create the environment.
- Step4: then "$activate aind" to enter the environment.