We recommend using Anaconda with Python 3 for the homework assignments. The
instruction to install anaconda and Python 3 can be found at
http://docs.anaconda.com/anaconda/install/linux/. Below is a short tutorial to install
the experiment system on the PSU Linux lab machines and on a regular Windows
machine. Note, we highly recommend that the homework assignments are
completed on a Linux machine and will grade your assignments on Linux only.
Linux:
1. Install anaconda:
wget https://repo.continuum.io/archive/Anaconda3-2018.12-Linux-x86_64.sh
bash Anaconda3-2018.12-Linux-x86_64.sh -b -p $HOME/anaconda
export PATH="$HOME/anaconda/bin:$PATH"
conda update --all
2. Install necessary libraries: