Skip to content

Commit

Permalink
correct Development Start-Guide to python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed May 29, 2024
1 parent bb4f50b commit d62070c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ array.write(
### Run Tests Locally
To be able to run the tests locally, make sure to have `python3.11` installed.
Also, you need to set up a venv for zarrita at the root of the project:
`python -m venv venv_zarrita`.
`python3.11 -m venv venv_zarrita`.

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

0 comments on commit d62070c

Please sign in to comment.