Skip to content

Commit 81e38ba

Browse files
authored
Change Python version to 3.13 in README
Updated Python version in installation instructions.
1 parent 3971ca5 commit 81e38ba

File tree

1 file changed

+2
-2
lines changed
  • supporting_scripts/course-scripts/hyperion-benchmark-workflow

1 file changed

+2
-2
lines changed

supporting_scripts/course-scripts/hyperion-benchmark-workflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ It is recommended to use a virtual environment to manage dependencies in isolati
2020
```
2121
- Otherwise, you can use pip to install `virtualenv`:
2222
```shell
23-
python3 -m pip install virtualenv
23+
python3.13 -m pip install virtualenv
2424
```
2525

2626
2. Create a virtual environment in **hyperion-benchmark-workflow** folder:
2727
```shell
28-
python3 -m venv venv
28+
python3.13 -m venv venv
2929
```
3030

3131
3. Activate the virtual environment:

0 commit comments

Comments
 (0)