Python Setup - KSU-ART/tutorial-site GitHub Wiki
Install python on your computer:
- Go to https://www.anaconda.com/download/
- download install python 2.7 version for your os
- Windows set-up instructions:
- Open the conda
.exe
- Choose an installation location (use the default if you are unsure, only for your user)
- Make sure the checkbox that asks if you want to add to PATH is checked!
- If you miss this, just uninstall and repeat installation process.
- Or add conda to your path manually if you are elite.
- Open the conda
- Linux set-up instructions:
cd ~/Downloads/ sudo bash <conda installer.sh> *go through setup* *yes you want to add to PATH*
- Windows set-up instructions: