Skip to content

Install

WesIngwersen edited this page Jul 31, 2019 · 4 revisions

Prerequisites

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

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/Federal-LCA-Commons-Elementary-Flow-List.git@v1.0#egg=Federal-LCA-Commons-Elementary-Flow-List

where you can replace 'v1.0' 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

Clone this wiki locally