You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before installing :code:`ensemble_md`, one should have working versions of `GROMACS`_
21
-
and `gmxapi`_. Please refer to the linked documentations for full installation instructions.
19
+
Before installing :code:`ensemble_md`, one should have working versions of `GROMACS`_. Please refer to the linked documentations for full installation instructions.
22
20
All the other pip-installable dependencies of :code:`ensemble_md` (specified in :code:`setup.py` of the package)
23
21
will be automatically installed during the installation of the package.
24
22
@@ -31,14 +29,6 @@ will be automatically installed during the installation of the package.
31
29
32
30
pip install ensemble-md
33
31
34
-
By default, the command above does not install :code:`gmxapi`, so one needs to either
35
-
following the full installation instruction of :code:`gmxapi`, or install
36
-
:code:`gmxapi` along with the package (after sourcing the GROMACS excutable, e.g.
37
-
:code:`/usr/local/gromacs/bin/GMXRC`) with the following command:
38
-
::
39
-
40
-
pip install ensemble-md[gmxapi]
41
-
42
32
2.3. Installation from source
43
33
-----------------------------
44
34
One can also install :code:`ensemble_md` from the source code, which is available in our
@@ -49,8 +39,7 @@ One can also install :code:`ensemble_md` from the source code, which is availabl
49
39
cd ensemble_md/
50
40
pip install .
51
41
52
-
To install the pacakg along with :code:`gmxapi`, replace the last command with
53
-
:code:`pip install '.[gmxapi]'`. If you are interested in contributing to the project, append the
42
+
If you are interested in contributing to the project, append the
54
43
last command with the flag :code:`-e` to install the project in the editable mode
55
44
so that changes you make in the source code will take effects without re-installation of the package.
56
45
(Pull requests to the project repository are welcome!)
0 commit comments