File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ See the linked documentation for further details.
2626### Quickstart
2727
2828Set up a development environment with the dependencies listed in
29- ` requirements.txt ` and ` site/requirements.txt ` .
29+ ` requirements.txt ` .
3030For example, using the built-in [ ` venv ` ] [ venv ] module:
3131
3232``` bash
3333python -m venv np-tutorials
3434source np-tutorials/bin/activate
35- python -m pip install -r requirements.txt -r site/requirements.txt
35+ python -m pip install -r requirements.txt
3636```
3737
3838[ venv ] : https://docs.python.org/3/library/venv.html
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ pooch # for scipy.datasets
55matplotlib
66pandas
77imageio
8- # For supporting .md-based notebooks
8+ # For supporting .md-based notebooks and building the site
99jupytext
10+ jupyter-book >= 2
Original file line number Diff line number Diff line change 1717 # We use these files to specify all the dependencies, and below we override
1818 # versions for specific testing schenarios
1919 -rtest_requirements.txt
20- -rsite/requirements.txt
2120 -rrequirements.txt
2221
2322 oldestdeps: numpy ==1.24
You can’t perform that action at this time.
0 commit comments