-
Notifications
You must be signed in to change notification settings - Fork 21
Install
Ben Young edited this page Jan 13, 2022
·
4 revisions
- Python 3.7 or greater, 64-bit version - https://www.python.org/downloads/
- The latest version of pip. Included as a default option with Python installation.
- A parquet engine such as pyarrow or fastparquet. pyarrow is required for users of 64-bit python while fastparquet can be used by those using 32-bit (but may require additional 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=fedelemflowlist
where you can replace 'v1.0.8' 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 fedelemflowlist