We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb45bb8 commit ef28159Copy full SHA for ef28159
README.md
@@ -14,6 +14,14 @@ The following dependencies must be met:
14
15
## Installation
16
17
+### pip
18
+
19
+```pip install mustlink```
20
21
+should do the job, although creating a dedicated environment is recommended (see below).
22
23
+### conda
24
25
First, clone this repository. If you are using conda, the dependencies can be installed in a new environment using the provided environment file:
26
27
```conda env create -f environment.yml```
0 commit comments