Skip to content

Files

Latest commit

0d47337 · Jan 18, 2017

History

History
9 lines (4 loc) · 723 Bytes

Setting-up-python.asc

File metadata and controls

9 lines (4 loc) · 723 Bytes

Setting up Python

Python is an open source programming language popular with scientists and engineers. You will need to both set up python and install the appropriate packages for our scripts to work. To do this, we use Miniconda, which works on all common operating systems (Linux, Windows and MacOS) and makes installation and updates of python packages very simple.

Note
There are a number of ways to install python but we find miniconda the best because it is lightweight and easy to update (c.f. anaconda, python(x,y)).