From 00d7ed4d2862703e4786f4aaa2dc50b0034f3bf3 Mon Sep 17 00:00:00 2001 From: sgiarols Date: Sat, 27 Aug 2022 11:19:34 +0100 Subject: [PATCH 1/2] Update README.md Add "dot" to installation path for completing installation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ff6d7a9a..86ea062bc 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ And then install the working directory into the conda environment: ```bash > # after activating the virtual environment with: > # conda activate muse -> python -m pip install -e "muse[dev,docs]" +> python -m pip install -e ."muse[dev,docs]" ``` Please note the quotation marks. `muse` in the last line above is the path to source code that was From 6b42b31cc865b74a85974d5c4f5d6bec5a06703d Mon Sep 17 00:00:00 2001 From: sgiarols Date: Sat, 27 Aug 2022 11:36:31 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83500b780..7438568c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Features +- Update README.txt in installation path ([#57](https://github.com/SGIModel/MUSE_OS/pull/57)) - Add tests to check the case of not using retrofit agents ([#53](https://github.com/SGIModel/MUSE_OS/pull/53)) - Add a tutorial for caching quantities and fix a bug in the caching pipeline ([#52](https://github.com/SGIModel/MUSE_OS/pull/52)) - Update documentation about not using retrofit ([51](https://github.com/SGIModel/MUSE_OS/pull/51))