Skip to content

Commit

Permalink
Specify simpler pip command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Apr 3, 2018
1 parent e75bb4c commit 18db843
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ python -m http.server 8001
The service is proxied off of `/proxy/` at https://address.of.notebook.server/user/theuser/proxy/8001.

## Installation
Install via Conda:
Install via pip:
```
conda install -c conda-forge nbserverproxy
pip install nbserverproxy
```

or

Install from git repo:
Or via conda:
```
conda install -c conda-forge nbserverproxy
```

Then enable:
```
pip install git+https://github.com/jupyterhub/nbserverproxy
jupyter serverextension enable --py nbserverproxy
```

Expand Down

0 comments on commit 18db843

Please sign in to comment.