You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ Now create an [editable install](https://pip.pypa.io/en/stable/reference/pip_ins
16
16
and download the dependencies of code and test suite by executing:
17
17
18
18
cd /my/projects/jupyter_core/
19
-
pip install -e .
20
-
pip install -r dev-requirements.txt
19
+
pip install -e ".[test]"
21
20
py.test
22
21
23
22
The last command runs the test suite to verify the setup. During development, you can pass filenames to `py.test`, and it will execute only those tests.
0 commit comments