Skip to content

Commit 446cae6

Browse files
committed
update for pypi
1 parent d30202d commit 446cae6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ The following tutorials are avaiable as Google Colab notebooks and hence do not
1818
* [Force field parameter tutorial](https://colab.research.google.com/drive/1YOPPkCDudqSwd2QV0P7qEcd-1bogrvtY?usp=sharing) - Adapting force field parameters with gmx-top4py
1919

2020
## Installation
21+
### From PyPi
22+
```bash
23+
pip install gmx-top4py
24+
```
25+
2126
### From TestPyPi
2227
```bash
2328
pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple gmx-top4py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gmx-top4py"
7-
version = "0.0.6"
7+
version = "0.1.0"
88
description = "A Python library to parse GROMACS topology files and alter associated force fields parameters."
99
license-files = ["LICEN[CS]E*"]
1010
authors = [{ name = "graeter-group", email = "ak-graeter@mpip-mainz.mpg.de"}]

0 commit comments

Comments
 (0)