Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ this is best done using [miniconda](https://docs.conda.io/en/latest/miniconda.ht

Once miniconda is installed, from a terminal run:

- `conda create -n openfe -c conda-forge openfe jupyter`
- `conda create -n openfe -c conda-forge openfe jupyter MDAnalysis nglview`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we not just tell folks to install from the environment?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these instructions don't assume that someone has cloned the repo (git might not be present) is there a way to point to the env yml remotely?

- `conda activate openfe`

Then you can download a copy of the notebooks:
Expand Down