-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,9 +105,9 @@ If the `remove_overlap` parameter is set to True (default), `stewicombo` combine | |
## Installation Instructions | ||
|
||
Install a release directly from github using pip. From a command line interface, run: | ||
> pip install git+https://github.com/USEPA/[email protected].2#egg=StEWI | ||
> pip install git+https://github.com/USEPA/[email protected].3#egg=StEWI | ||
where you can replace 'v1.0.2' with the version you wish to use under [Releases](https://github.com/USEPA/standardizedinventories/releases). | ||
where you can replace 'v1.0.3' with the version you wish to use under [Releases](https://github.com/USEPA/standardizedinventories/releases). | ||
|
||
Alternatively, to install from the most current point on the repository: | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from setuptools import setup | ||
|
||
install_requires=['esupy @ git+https://github.com/USEPA/esupy.git@develop#egg=esupy', | ||
install_requires=['esupy @ git+https://github.com/USEPA/esupy#egg=esupy', | ||
'numpy>=1.20.1', | ||
'pandas>=1.3', | ||
'requests>=2.20', | ||
|
@@ -12,7 +12,7 @@ | |
|
||
setup( | ||
name="StEWI", | ||
version="1.0.2", | ||
version="1.0.3", | ||
author="Ben Young, Wesley Ingwersen, Matthew Bergmann, Jose Hernandez-Betancur, Tapajyoti Ghosh, Eric Bell", | ||
author_email="[email protected]", | ||
description="Standardized Emission And Waste Inventories (StEWI)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters