File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ git remote add upstream https://github.com/zarr-developers/zarr-python
14
14
git fetch upstream
15
15
git checkout --track upstream/v3
16
16
```
17
+ ## Set the environment variables for V3
18
+
19
+ There are a couple environment variables required for enabling V3:
20
+
21
+ ```
22
+ export ZARR_V3_EXPERIMENTAL_API=1
23
+ export ZARR_V3_SHARDING=1
24
+ ```
17
25
18
26
## Set up your environment
19
27
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ extra-dependencies = [
93
93
[tool .hatch .envs .test .scripts ]
94
94
run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=tests"
95
95
run = " run-coverage --no-cov"
96
+ run-verbose = " run-coverage --verbose"
96
97
97
98
[tool .ruff ]
98
99
line-length = 100
You can’t perform that action at this time.
0 commit comments