File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
2036Start by downloading and navigating to the root directory of ` VaMPy ` with the following command in your terminal:
You can’t perform that action at this time.
0 commit comments