We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3971ca5 commit 81e38baCopy full SHA for 81e38ba
supporting_scripts/course-scripts/hyperion-benchmark-workflow/README.md
@@ -20,12 +20,12 @@ It is recommended to use a virtual environment to manage dependencies in isolati
20
```
21
- Otherwise, you can use pip to install `virtualenv`:
22
```shell
23
- python3 -m pip install virtualenv
+ python3.13 -m pip install virtualenv
24
25
26
2. Create a virtual environment in **hyperion-benchmark-workflow** folder:
27
28
- python3 -m venv venv
+ python3.13 -m venv venv
29
30
31
3. Activate the virtual environment:
0 commit comments