We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4f50b commit d62070cCopy full SHA for d62070c
README.md
@@ -43,7 +43,7 @@ array.write(
43
### Run Tests Locally
44
To be able to run the tests locally, make sure to have `python3.11` installed.
45
Also, you need to set up a venv for zarrita at the root of the project:
46
-`python -m venv venv_zarrita`.
+`python3.11 -m venv venv_zarrita`.
47
48
Then install zarrita there with `venv_zarrita/Scripts/pip install zarrita`
49
for Windows and `venv_zarrita/bin/pip install zarrita` for Linux.
0 commit comments