Skip to content

Commit 6f61e92

Browse files
authored
Add env variables to sprint setup instructions (#1654)
1 parent 5e85500 commit 6f61e92

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README-v3.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ git remote add upstream https://github.com/zarr-developers/zarr-python
1414
git fetch upstream
1515
git checkout --track upstream/v3
1616
```
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+
```
1725

1826
## Set up your environment
1927

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ extra-dependencies = [
9393
[tool.hatch.envs.test.scripts]
9494
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=tests"
9595
run = "run-coverage --no-cov"
96+
run-verbose = "run-coverage --verbose"
9697

9798
[tool.ruff]
9899
line-length = 100

0 commit comments

Comments
 (0)