Skip to content

Install

Ben Young edited this page Jan 13, 2022 · 4 revisions

Install for Users

Prerequisites

  1. Python 3.7 or greater, 64-bit version - https://www.python.org/downloads/
  2. The latest version of pip. Included as a default option with Python installation.
  3. 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).

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=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