Install - USEPA/useeiopy GitHub Wiki

Prerequisites

  1. Python 3.6.5 or greater - https://www.python.org/downloads/

  2. The latest version of pip. Included as a default option with Python installation.

Installation of python module and dependencies

Install a release directly from github using pip. From a command line interface, run:

pip install git+https://github.com/USEPA/[email protected]#egg=useeiopy

where you can replace 'v1.0' with the version you wish to use under Releases.

This should install all the necessary dependencies for you.

To uninstall, use the command:

pip uninstall useeiopy