Skip to content

Commit d62070c

Browse files
committed
correct Development Start-Guide to python3.11
1 parent bb4f50b commit d62070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ array.write(
4343
### Run Tests Locally
4444
To be able to run the tests locally, make sure to have `python3.11` installed.
4545
Also, you need to set up a venv for zarrita at the root of the project:
46-
`python -m venv venv_zarrita`.
46+
`python3.11 -m venv venv_zarrita`.
4747

4848
Then install zarrita there with `venv_zarrita/Scripts/pip install zarrita`
4949
for Windows and `venv_zarrita/bin/pip install zarrita` for Linux.

0 commit comments

Comments
 (0)