Skip to content

Commit

Permalink
CHESTER: Fix Windows SDK installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hubpav authored Jan 23, 2024
1 parent d1af6de commit 7f50b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chester/firmware-sdk/installation-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ You can skip this step if you already have **Chocolatey** installed on your syst
1. Activate the **Python** virtual environment:

```
.\venv\Scripts\Activate.ps1
.\.venv\Scripts\Activate.ps1
```

:::caution

When you close the shell (or your text editor with the integrated terminal), you must reactivate the virtual Python environment. Call this command (used in the procedure above): `.\venv\Scripts\Activate.ps1`. In the future, you may have various **West** workspaces with different versions of the **Python** packages, and thanks to the virtual environment concept, these will not suffer from version conflicts.
When you close the shell (or your text editor with the integrated terminal), you must reactivate the virtual Python environment. Call this command (used in the procedure above): `.\.venv\Scripts\Activate.ps1`. In the future, you may have various **West** workspaces with different versions of the **Python** packages, and thanks to the virtual environment concept, these will not suffer from version conflicts.

:::

Expand Down

0 comments on commit 7f50b37

Please sign in to comment.