Skip to content

Commit

Permalink
nit(installation): note requirement to activate virtual env
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jul 15, 2024
1 parent b7da6af commit 8d34070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nbs/guides/installation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ version, create a virtual environment, and install pyrovelocity from a blank dir
echo "3.10" > .python-version
uv python install
uv venv -p 3.10
source .venv/bin/activate
uv pip install pyrovelocity
```

Expand Down

0 comments on commit 8d34070

Please sign in to comment.