Skip to content

Install

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

Prerequisites

  1. Python 3.7 or greater, 64-bit version - https://www.python.org/downloads/ The 64-bit version is required for use of the pyarrow dependency.
  2. pip. Included as a default option with Python installation.
  3. fedelemflowlist Python 3 module. See installation instructions.

Installation of python module and dependencies

Install the latest stable release directly from github using pip. From a command line interface, run:

pip install git+https://github.com/USEPA/LCIAformatter.git#egg=lciafmt

To obtain a specific version, run:

pip install git+https://github.com/USEPA/[email protected]#egg=lciafmt

where you can replace 'v1.0.0' with the version you wish to use under Releases.