Skip to content

Install & Run

Catherine Birney edited this page Sep 8, 2021 · 14 revisions

Prerequisites

  1. Python 3.7 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/[email protected]#egg=flowsa

where you can replace 'v0.3' with the version you wish to use under Releases.

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.