Skip to content

Commit

Permalink
Update website/docs/Installation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
  • Loading branch information
gagb and sonichi authored Oct 28, 2023
1 parent a19f909 commit 07bb9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When not using a docker container, we recommend using a virtual environment to i
You can create a virtual environment with `venv` as below:
```bash
python3 -m venv pyautogen
source autogen/bin/activate
source pyautogen/bin/activate
```

The following command will deactivate the current `venv` environment:
Expand Down

0 comments on commit 07bb9d7

Please sign in to comment.