-
Notifications
You must be signed in to change notification settings - Fork 3
Install
WesIngwersen edited this page Jan 24, 2020
·
1 revision
-
Python 3.6.5 or greater - https://www.python.org/downloads/
-
The latest version of pip. Included as a default option with Python installation.
Install a release directly from github using pip. From a command line interface, run:
pip install git+https://github.com/USEPA/useeiopy.git@v0.0.1#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