Suggest editable install when installed from source

pull/152/head
Gladys Nalvarte 2017-11-29 10:50:47 +01:00
rodzic c0fc0fe74a
commit b592a098c0
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -21,12 +21,12 @@ To install from pypi, the python packaging index:
pip install jupyter-repo2docker
```
To install from source:
To install from source and start contributing:
```bash
git clone https://github.com/jupyter/repo2docker.git
cd repo2docker
pip install .
pip install -e .
```
## Usage