Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added instructions in README.md for installing the dependencies #24

Merged
merged 14 commits into from
Mar 13, 2023
9 changes: 9 additions & 0 deletions tutorial-3.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This tutorial is meant to demonstrate how to set up, run, and analyze a membrane
## Tutorial files

All files necessary for completing the tutorial can be found in this directory.
Please install required packages before running the tutorial by running the following command:
```
conda env create --file=environment.yml
```
or
```
conda env update --name <your WESTPA conda env> --file=environment.yml
```

An example west.h5 and a trajectory of a full trace is also provided as trace-36-476.h5.

## Authors
Expand Down
Binary file modified tutorial-3.2/west.h5
Binary file not shown.