File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * .egg-info
2+ * /__pycache__
3+ * .log
4+ build /
5+ .hypothesis /
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ The following tutorials are avaiable as Google Colab notebooks and hence do not
2323pip install gmx-top4py
2424```
2525
26- ### From TestPyPI
27- ``` bash
28- pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple gmx-top4py
29- ```
3026### From source via uv
3127Clone repository and move into
3228``` bash
@@ -45,3 +41,17 @@ Verify install by running the tests
4541``` bash
4642pytest tests
4743```
44+
45+ ### From source via conda/pip
46+ Clone repository and move into
47+ ``` bash
48+ git clone git@github.com:graeter-group/gmx-top4py.git
49+ cd gmx-top4py
50+ conda create -n gmx-top4py python -y
51+ conda activate gmx-top4py
52+ pip install -e ' .[dev]' # install with dev dependencies
53+ ```
54+ Verify install by running the tests
55+ ``` bash
56+ pytest tests
57+ ```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "gmx-top4py"
77version = " 0.1.1"
88description = " A Python library to parse GROMACS topology files and alter associated force fields parameters."
99license-files = [" LICEN[CS]E*" ]
10- authors = [{ name = " graeter-group" , email = " ak-graeter@mpip-mainz.mpg.de " }]
10+ authors = [{ name = " graeter-group" }]
1111classifiers = [
1212 " Programming Language :: Python :: 3" ,
1313 " Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments