Skip to content
Alec Graves edited this page Oct 1, 2017 · 4 revisions

Install python on your computer:

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