Skip to content

Install & Run

Catherine Birney edited this page Jan 22, 2021 · 14 revisions

Prerequisites

  1. Python 3.6.5 or greater, 64-bit version - https://www.python.org/downloads/
  2. The latest version of pip. Included as a default option with Python installation.

Installation of python module

From command line, run:

pip install git+https://github.com/USEPA/flowsa

You can test the installation by opening a Python console and entering

import flowsa

If using PyCharm, first go to:

Tools > "Python or Debug Console"

rather than using the default command terminal, otherwise you'll encounter import: command not found. If no error is returned, the libraries are installed.