Skip to content

Commit 28fb642

Browse files
committed
update readme
1 parent 0ba3c52 commit 28fb642

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ geometries.
2929

3030
Installation
3131
------------
32-
VaMPy is a Python package for Python >= 3.8, with main dependencies to [morphMan](https://github.com/KVSlab/morphMan)
33-
and [Oasis](https://github.com/mikaem/Oasis). VaMPy and its dependencies can be installed with `conda` on Linux and
34-
macOS as explained [here](https://kvslab.github.io/VaMPy/conda.html). The package can also be installed and run through
35-
its latest `Docker` image supported by Windows, Linux, and macOS, and
36-
explained [here](https://kvslab.github.io/VaMPy/docker.html).
32+
VaMPy is a Python package for Python >= 3.8, with main dependencies to [morphMan](https://github.com/KVSlab/morphMan) and [Oasis](https://github.com/mikaem/Oasis). VaMPy and its dependencies can be installed with `conda` on n Linux and
33+
macOS using the following command:
34+
35+
```
36+
conda create -n your_environment -c conda-forge vampy
37+
```
38+
39+
More details on installation via `conda` can be found [here](https://kvslab.github.io/VaMPy/conda.html). The package can also be installed and run through its latest `Docker` image supported by Windows, Linux, and macOS, and explained [here](https://kvslab.github.io/VaMPy/docker.html).
3740

3841
Documentation
3942
-------------

0 commit comments

Comments
 (0)