Skip to content

Commit 09fe122

Browse files
committed
update conda.md
1 parent 28fb642 commit 09fe122

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/conda.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ installation of all the dependencies.
1515

1616
## Installation on Linux or macOS
1717

18+
The easiest way to install `VaMPy` and its dependencies is via `conda-forge`. Run the following command in your terminal:
19+
20+
```
21+
conda create -n your_environment -c conda-forge vampy
22+
```
23+
24+
Once the installation is complete, activate the newly created environment:
25+
26+
```
27+
conda activate your_environment
28+
```
29+
30+
### Alternative: Manual Installation from Source
31+
32+
If you prefer to install `VaMPy` from source, follow these steps:
33+
1834
### Step 1: Clone the `VaMPy` repository
1935

2036
Start by downloading and navigating to the root directory of `VaMPy` with the following command in your terminal:

0 commit comments

Comments
 (0)