Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 673 Bytes

01_environment.rst

File metadata and controls

29 lines (19 loc) · 673 Bytes

Environment Setup

The first step is to get Python running on your machine (skip to the next step if you've already done this).

Linux (yum/dnf)

$ sudo yum update
$ sudo yum install python

Linux (apt-get)

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install python

Windows

Download Python from python.org or anaconda.com.

A fairly in-depth guide is available as part of the Conda documentation.