Skip to content

Setting Up a Python Environment

Andrew Boring edited this page Mar 26, 2019 · 7 revisions

In order to run the code in this repo, you'll need the Python language interpreter and add-on modules.

The high-level steps are:

  1. Install Python3.
  2. Configure a virtualenv and activate it.
  3. Install libraries/modules.
  4. Do stuff!

The specific steps will vary if you're running macOS, Windows, or a Linux/Unix-based OS.

Installing Python 3 Set up Virtualenv