We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c0bdc commit ae3a7d1Copy full SHA for ae3a7d1
mdakits/openmmdl/metadata.yaml
@@ -49,6 +49,11 @@ documentation_type: UserGuide + API + README
49
install:
50
- mamba install -c conda-forge openmmdl
51
52
+## List(str): a list of commands to use when installing the mdakit from its
53
+## source code.
54
+src_install:
55
+ - pip install git+https://github.com/wolberlab/OpenMMDL
56
+
57
## str: the package name used to import the mdakit
58
import_name: openmmdl
59
0 commit comments