diff --git a/README-v3.md b/README-v3.md deleted file mode 100644 index 598e64637..000000000 --- a/README-v3.md +++ /dev/null @@ -1,49 +0,0 @@ -# V3 Contributor Guide - -A bare-bones guide to contributing to V3. - -Developed for the Feb. 2024 Zarr Sprint. - -## Clone V3 branch - -[Fork](https://github.com/zarr-developers/zarr-python/fork) zarr-python and clone it locally. - -``` -git clone {your remote} -git remote add upstream https://github.com/zarr-developers/zarr-python -git fetch upstream -git checkout --track upstream/v3 -``` - -## Set up your environment - -Zarr uses [hatch](https://hatch.pypa.io/) for its build system. - -``` -mamba install hatch -``` - -or - -``` -pip install hatch -``` - -Then - -``` -hatch env create test -``` - -## Run the Tests - -``` -hatch run test:run -``` - -or - -``` -hatch -e test shell -pytest -v -``` \ No newline at end of file