kopia lustrzana https://github.com/jupyterhub/repo2docker
Suggest editable install when installed from source
rodzic
c0fc0fe74a
commit
b592a098c0
|
@ -21,12 +21,12 @@ To install from pypi, the python packaging index:
|
||||||
pip install jupyter-repo2docker
|
pip install jupyter-repo2docker
|
||||||
```
|
```
|
||||||
|
|
||||||
To install from source:
|
To install from source and start contributing:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/jupyter/repo2docker.git
|
git clone https://github.com/jupyter/repo2docker.git
|
||||||
cd repo2docker
|
cd repo2docker
|
||||||
pip install .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Ładowanie…
Reference in New Issue