- Begin by installing Anaconda from here.
- Scroll down and download the Anaconda distribution by clicking on Download.
- Save the file and run it. Install the Anaconda software.
- Once the installation has completed, we need to install some packages. To do so, begin by running the ‘Anaconda Prompt’ executable, which was installed in step 3.
- Install the following packages by running the following commands inside the ‘Anaconda Prompt’ (note that some packages may be already installed by default). The image reflects one installation but note that you must install all listed packages.
- numpy:
pip install numpy
- matplotlib:
pip install matplotlib
- jupyter notebook:
pip install jupyter
- biogeme:
pip install biogeme
- numpy: