Skip to content

Commit

Permalink
Merge pull request openmm#44 from jaimergp/patch-1
Browse files Browse the repository at this point in the history
Add installation instructions for conda forge
  • Loading branch information
Raimondas Galvelis authored Feb 2, 2021
2 parents e253b70 + 637299d commit edff9ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ It allows you to bias or analyze an OpenMM simulation based on collective variab

This plugin requires PLUMED version 2.3b or greater.

Installing The Plugin
=====================

We provide [conda](https://docs.conda.io/) packages for Linux and MacOS via [`conda-forge`](https://conda-forge.org/), which can be installed from the [conda-forge channel](https://anaconda.org/conda-forge/openmm-plumed):

```bash
conda install -c conda-forge openmm-plumed
```

If you don't have `conda` available, we recommend installing [Miniconda for Python 3](https://docs.conda.io/en/latest/miniconda.html) to provide the `conda` package manager.

Building The Plugin
===================

Expand Down

0 comments on commit edff9ea

Please sign in to comment.