diff --git a/README.md b/README.md index dee92fd..fea5a4d 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,16 @@ For both, the equilibration point can be determined either according to the mini ### Installation +The easiest way to install `red` is using `conda` (or `mamba`): + +```bash +conda install -c conda-forge red +``` + +Alternatively, you can install `red` from the Python Package Index (PyPI) using `pip`: + ```bash -pip install git+https://github.com/fjclark/red.git +pip install red-molsim ``` ### Usage