Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Sep 26, 2022
2 parents f112ca5 + 4f9c7ca commit 9f70801
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ is available from Anaconda Cloud:

conda install -c romainsacchi premise

Note: currently there is an [issue](https://github.com/polca/premise/issues/85) with the version of `bw2calc` shipped by conda. If you ran into problems importing brightway2 in the conda env, downgrade to the latest stable release of `bw2calc`
```
conda install bw2calc=1.8.1
```


For a more stable and proven version, from Pypi:

pip install premise
Expand Down

0 comments on commit 9f70801

Please sign in to comment.