Installing
The course relies on you having a Python installation of your own. It may be that you already have some version of Python. In order to have everybody on the same page we recommend that you install a Python distribution that works similarly on all operating systems
Download the miniconda for your computer here: https://docs.conda.io/en/latest/miniconda.html. Links to an external site.
After installation you can setup the course environment (installs extra libraries) by downloading the file bb1000.yml Download bb1000.yml and typing on the command line (assuming you are in your Home folder)
> conda env create -f Downloads/bb1000.yml
> conda activate bb1000
Next time you log in you will activate the environment to have access to the same libraries
> conda activate bb1000