Skip to content

Commit

Permalink
Update metadata.yaml
Browse files Browse the repository at this point in the history
adjusting scr_install
  • Loading branch information
talagayev authored Sep 11, 2024
1 parent 0256672 commit 08899dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mdakits/openmmdl/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ install:
## List(str): a list of commands to use when installing the mdakit from its
## source code.
src_install:
- mamba install -c conda-forge openmmdl
- pip install git+https://github.com/wolberlab/OpenMMDL
- git clone https://github.com/wolberlab/OpenMMDL.git
- cd OpenMMDL
- conda install --file environment.yml
- pip install .

## str: the package name used to import the mdakit
import_name: openmmdl
Expand Down

0 comments on commit 08899dc

Please sign in to comment.