From ad60705a3608002abf26b4099ee7cb78ac324a4a Mon Sep 17 00:00:00 2001 From: Sander Niemeijer Date: Wed, 2 Aug 2023 20:56:47 +0200 Subject: [PATCH] Fix wrong conda env create command --- test/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.rst b/test/README.rst index ffa4c6c..6e27bf6 100644 --- a/test/README.rst +++ b/test/README.rst @@ -34,7 +34,7 @@ $ docker run -d -p 9000:9000 -p 9001:9001 -e MINIO_ACCESS_KEY=minio -e MINIO_SEC $ docker run -d -p 12345:8080 -e SWIFT_USERNAME=test:tester -e SWIFT_KEY=testing --name muninn-test-swift fnndsc/docker-swift-onlyone Create a conda environment for muninn and dependencies (requires mininconda/anaconda to be installed): -$ conda create -f environment.yml +$ conda env create -f environment.yml $ conda activate muninn-test Update the path to mod_spatialite in the test.cfg file to point to the version in the conda environment