diff --git a/CHANGELOG.md b/CHANGELOG.md index e285fd24b..579207cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## Features -- AInconsistent trade case study ([#58](https://github.com/SGIModel/MUSE_OS/pull/58)) +- Inconsistent trade case study ([#58](https://github.com/SGIModel/MUSE_OS/pull/58)) +- 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)) 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