Skip to content

Commit 795f470

Browse files
committedJun 17, 2024··
Update README.md
1 parent 834d6f3 commit 795f470

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed
 

‎README.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,38 @@
2121

2222
## Installation
2323

24-
You can install _bw_simapro_csv_ via [pip] from [PyPI] or conda/mamba from the channel `cmutel`:
24+
You can install _bw_simapro_csv_ via from [PyPI](https://pypi.org/project/bw-simapro-csv/):
2525

2626
```console
2727
$ pip install bw_simapro_csv
2828
```
2929

30+
Or using conda/mamba from the channel `cmutel`:
31+
32+
```console
33+
$ mamba install -c conda-forge -c cmutel bw_simapro_csv
34+
```
35+
36+
To install with the compatible Brightway libraries via `pip`:
37+
38+
```console
39+
$ pip install "bw_simapro_csv[brightway]""
40+
```
41+
42+
Or via conda/mamba:
43+
44+
```console
45+
$ mamba install -c conda-forge -c cmutel bw_simapro_csv brightway25
46+
```
47+
48+
On MacOS with ARM chips, run instead:
49+
50+
```console
51+
$ mamba install -c conda-forge -c cmutel bw_simapro_csv brightway25_nosolver
52+
```
53+
54+
See the Brightway docs for more on [ARM CPUs and sparse solvers](https://docs.brightway.dev/en/latest/content/installation/index.html#installing-brightway-using-pip).
55+
3056
## Usage
3157

3258
`bw_simapro_csv` extracts a single SimaPro separated value export file to a series of blocks. Files can be CSV, TSV, or some other separator. Basic usage:

0 commit comments

Comments
 (0)
Please sign in to comment.