Skip to content

Commit

Permalink
readme fix (#119)
Browse files Browse the repository at this point in the history
Add disclaimer about example installation uninstalling preexisting installations of IDAES
  • Loading branch information
dallan-keylogic authored May 24, 2024
1 parent 8818ba7 commit e5163e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Clone the repository from GitHub, set up your Python environment as you usually
pip install -r requirements-dev.txt
```

Note: if you have IDAES installed in your current environment, it will uninstall it and install the latest version from the main branch on Github. You can run `pip uninstall idaes` and reinstall it from your local repository if you need to test examples against a local branch of IDAES.

The configuration of the installation is stored in `pyproject.toml`.

## Add a new example
Expand Down

0 comments on commit e5163e3

Please sign in to comment.