From 8e747d6fc023d84108630b1820ffea4faba67e8f Mon Sep 17 00:00:00 2001 From: J Forde Date: Mon, 15 Oct 2018 23:15:20 -0400 Subject: [PATCH] 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 --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54b75d29..fb5ab958 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`