*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
python3 -m venv venv |
- activate the virtual machineenvironment
| Code Block | ||||
|---|---|---|---|---|
| ||||
source venv/bin/activate |
...