Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/content/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ source C:/Users/me/virtualenvs/brightway/bin/activate
pip install brightway25 pypardiso
```

Note that `brightway25` is just an easy way to install libraries; it doesn't provide any functionality, and you shouldn't import it in Python scripts.
Note that `brightway25` is just an easy way to install libraries; it doesn't provide any functionality, and you shouldn't import it in Python scripts. `pypardiso` is an supplementary library to speed up computationally-intensive workflows on x64 systems.

You can also use pip to install useful libraries like `jupyterlab`.

Expand Down