Installing

Installing with pip

The Brightway2-aggregated package is hosted on Pypi and can be installed using pip:

pip install presamples

Installing with conda

The Brightway2-aggregated package is hosted on a conda channel and can be installed using conda:

conda install --channel pascallesage bw2agg

Install from github

The latest version of the Brightway2-aggregated package is hosted on Github and can be installed using pip:

https://github.com/PascalLesage/brightway2-aggregated/archive/master.zip
git clone https://github.com/PascalLesage/brightway2-aggregated.git
cd presamples
python setup.py install

Note

On some systems you may need to use sudo python setup.py install to install presamples system-wide.

Brightway2 dependency

Brightway2-aggregated is an extension to the Brightway2 framework, and is therefore dependent on that framework.