Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi authored May 21, 2024
1 parent 8b5bf1f commit c5a64c4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,18 @@
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/MDRefine)](https://pypi.org/project/MDRefine/)
[![CI](https://github.com/bussilab/MDRefine/workflows/CI/badge.svg)](https://github.com/bussilab/MDRefine/actions?query=workflow%3ACI)

A package to perform refinement of MD simulation trajectories
A package to perform refinement of MD simulation trajectories.

To install package and dependencies with pip (version from PyPI):

```
pip install bussilab
```

You can install the development version by cloning the repository and, from its root directory, type:

```
pip install -e .
```

**Note that this is still at development stage, so also the version from PyPI is not expected to be stable yet**

0 comments on commit c5a64c4

Please sign in to comment.