diff --git a/docs/GettingStarted/Installation.md b/docs/GettingStarted/Installation.md index 395c4c16..ca36e276 100644 --- a/docs/GettingStarted/Installation.md +++ b/docs/GettingStarted/Installation.md @@ -38,7 +38,7 @@ poetry install # This may take a few minutes #### Activate Environment ```bash -source .venv/bin/activate +eval $(poetry env activate) ``` ### 3. Setup Dev Environment