Skip to content

Commit

Permalink
Update community-training.md
Browse files Browse the repository at this point in the history
Add hint for venv

co-authored-by @fsimonis
  • Loading branch information
MakisH authored Dec 10, 2024
1 parent fe419ef commit 77071f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/community/community-training.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Finally, in case you prefer to install everything in your laptop, you will need

- [preCICE](installation-overview.html)
- [preCICE Python bindings](installation-bindings-python.html):
- Create a virtual environment: `python3 -m venv .venv && source .venv/bin/activate`
- Create a virtual environment: `python3 -m venv .venv && source .venv/bin/activate`. As long as the environment is active, you will see `(venv)` before your command prompt. You need to activate the venv in new terminal windows.
- Install the bindings: `pip3 install pyprecice` (check with running `import precice` in a Python interpreter)
- matplotlib: In the same virtual environment, run `pip3 install matplotlib`
- [ParaView](https://www.paraview.org/) (visualization, used in most modules apart from the basics)
Expand Down

0 comments on commit 77071f2

Please sign in to comment.