Skip to content

Commit

Permalink
Fix wrong conda env create command
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Aug 2, 2023
1 parent ffb23fa commit ad60705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad60705

Please sign in to comment.