Getting Started

Sign up

The assignments are handed in electronically on github. For that you have to do perform some steps that will be announced in the first lecture. 

Software installation

Installation on your local machine

This course requires a Python 3 installation. We recommend either anaconda or miniconda to install the Python environment.

Installation on IFI machines

To install Python 3 follow these steps:

  1. wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
  2. bash Anaconda3-5.2.0-Linux-x86_64.sh
    Note: leave the default settings
  3. echo "alias anaconda=\"export PATH=\"$HOME/anaconda3/bin:\$PATH\"\"" >> ~/.bashrc
  4. echo "alias anaconda=\"export PATH=\"$HOME/anaconda3/bin:\$PATH\"\"" >> ~/.bash_profile   # For ssh access
  5. Log out and in again

When installed correctly, you can type "anaconda" into the bash shell to switch to the Python 3 environment required for this course. When you now run `python`, you should be welcome by a message like:

Note: When you log out again, you will reset your environment.

 

 

Publisert 20. aug. 2019 09:30 - Sist endret 28. aug. 2019 16:45