mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
Switch to python3 -m pip install instead of calling pip directly, move cd docs closer to make commands.
This commit is contained in:
@@ -213,13 +213,13 @@ pytest jupyterhub/tests
|
|||||||
Install the dependencies:
|
Install the dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd docs
|
python3 -m pip install -r docs/requirements.txt
|
||||||
pip3 install -r requirements.txt
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Build the docs:
|
Build the docs:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cd docs
|
||||||
make clean
|
make clean
|
||||||
make html
|
make html
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user