Skip to content

Commit

Permalink
Merge pull request #60 from OpenFreeEnergy/update_readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hannahbaumann authored Oct 1, 2024
2 parents 33a5cfa + 2bc6add commit c47b563
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,38 @@ openfe-gromacs
[![codecov](https://codecov.io/gh/OpenFreeEnergy/openfe-gromacs/branch/main/graph/badge.svg)](https://codecov.io/gh/OpenFreeEnergy/openfe-gromacs/branch/main)
[![documentation](https://readthedocs.org/projects/openfe-gromacs/badge/?version=latest)](https://openfe-gromacs.readthedocs.io/en/latest/?badge=latest)

Gromacs-based protocols for Open Free Energy
# `openfe-gromacs` - A Python package for GROMACS-based Protocols

### Copyright
The `openfe-gromacs` package provides protocols for running simulations in GROMACS.

Copyright (c) 2024, Open Free Energy
## License

This library is made available under the [MIT](https://opensource.org/licenses/MIT) open source license.

#### Acknowledgements
## Install

### Development version

The development version of `openfe_gromacs` can be installed directly from the `main` branch of this repository.

First install the package dependencies using `mamba`:

```bash
mamba env create -f environment.yml
```

The openfe-gromacs library can then be installed via:

```
python -m pip install --no-deps .
```

## Authors

The OpenFE development team.

## Acknowledgements

OpenFE is an [Open Molecular Software Foundation](https://omsf.io/) hosted project.
Project based on the
[Computational Molecular Science Python Cookiecutter](https://github.com/molssi/cookiecutter-cms) version 1.1.

0 comments on commit c47b563

Please sign in to comment.