Merge pull request #442 from jupyter/jzf2101-patch-1

Update CONTRIBUTING.md
pull/407/head
Tim Head 2018-10-16 07:09:33 +02:00 zatwierdzone przez GitHub
commit 1990c0644f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -148,7 +148,7 @@ To update one of the dependencies shared across all `repo2docker` builds, you
must follow these steps (with more detailed information in the sections below): must follow these steps (with more detailed information in the sections below):
* Make sure you have [Docker](https://www.docker.com/) running on your computer * Make sure you have [Docker](https://www.docker.com/) running on your computer
* Bump the version number in the `conda` environment ([link](https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#conda-dependencies)) * Bump the version numbers of the dependencies you want to update in the `conda` environment ([link](https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#conda-dependencies))
* Make a pull request with your changes ([link](https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#make-a-pull-request)) * Make a pull request with your changes ([link](https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#make-a-pull-request))
See the subsections below for more detailed instructions. See the subsections below for more detailed instructions.
@ -175,7 +175,8 @@ See the subsections below for more detailed instructions.
an existing package, you should then run: an existing package, you should then run:
```bash ```bash
python ./repo2docker/buildpacks/conda/freeze.py cd ./repo2docker/buildpacks/conda/
python freeze.py
``` ```
This script will resolve dependencies and write them to the respective `.frozen.yml` This script will resolve dependencies and write them to the respective `.frozen.yml`