Skip to content

Commit

Permalink
Adding pip install back
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Feb 19, 2018
1 parent 36dd1ae commit 64c3562
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +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
To install:
Install via Conda:
```
conda install -c conda-forge nbserverproxy
```

or

Install from git repo:

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

Based on https://github.com/senko/tornado-proxy.

0 comments on commit 64c3562

Please sign in to comment.