-
Notifications
You must be signed in to change notification settings - Fork 16
Install
- Python 3.7 or greater - https://www.python.org/downloads/
- pip. Included with Python installation.
- setuptools version >= 39. Install via the command line
- git. https://git-scm.com/downloads
>pip install setuptools
We recommend installing a 'release' rather than the latest code in the master branch. Install a release directly from github using pip. From a command line interface, run:
pip install git+https://github.com/USEPA/[email protected]#egg=StEWI
where you can replace 'v1.0.0' with the tag of the version you wish to use under Releases. We generally recommend the latest release.
This will install the four python modules that are part of this package and their dependencies.
You can test the installation by opening up a Python console and entering
import stewi import chemicalmatcher import facilitymatcher import stewicombo
If no error code is returned, the libraries are installed correctly.
StEWI is developed and maintained by Office of Research & Development (ORD), Center for Environmental Solutions & Emergency Response (CESER), Land Remediation & Technology Division (LRTD), Environmental Decision Analytics Branch (EDAB), U.S. Environmental Protection Agency, Cincinnati, OH 45268. See OMB Memorandum M-16-21 Section 4 & Releasing Open Source Code.