Update CONTRIBUTING.md

`freeze.py` expects `environment.yml` to be in working directory - calling it from project root will not work since the file is in a different folder
pull/442/head
J Forde 2018-10-15 23:15:20 -04:00 zatwierdzone przez GitHub
rodzic 988ed3e60d
commit 8e747d6fc0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -175,7 +175,8 @@ See the subsections below for more detailed instructions.
an existing package, you should then run:
```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`