Skip to content

Commit 7a8d4d0

Browse files
authored
Merge pull request #55 from blink1073/document-local-testing
Add local testing instructions
2 parents 10dffcd + 000f66c commit 7a8d4d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,11 @@ git clone https://github.com/jupyter/jupyter-packaging.git
7171
cd jupyter-packaging
7272
pip install -e .
7373
```
74+
75+
You can test changes locally by creating a `pyproject.toml` with the following, replacing the local path to the git checkout:
76+
77+
```
78+
[build-system]
79+
requires = ["jupyter_packaging@file://<path-to-git-checkout>", "setuptools>=40.8.0", "wheel"]
80+
build-backend = "setuptools.build_meta"
81+
```

0 commit comments

Comments
 (0)