Skip to content

Commit

Permalink
Updated venv activation command for Windows (kedro-org#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brites101 committed Oct 7, 2021
1 parent d1d4a52 commit 983f7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/02_get_started/01_prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Activate this virtual environment:

```bash
source env/kedro-environment/bin/activate # macOS / Linux
.\env\Scripts\activate # Windows
.\env\kedro-environment\Scripts\activate # Windows
```

To exit the environment:
Expand Down

0 comments on commit 983f7ae

Please sign in to comment.