Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down