Skip to content

Commit

Permalink
Updated new pip instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shettland committed Oct 15, 2024
1 parent ad180e2 commit e42f5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BU-ISCIII provides a serie or services in its portfolio for supporting bioinform
```bash
micromamba create -n buisciii -f environment.yml
micromamba activate buisciii
pip install --force-reinstall --upgrade git+https://github.com/bu-isciii/buisciii-tools.git@main
pip install buisciii-tools
```

or
Expand All @@ -40,7 +40,7 @@ or
git checkout main
conda create -n buisciii -f environment.yml
conda activate
pip install .
pip install buisciii-tools
```

### Dev version
Expand Down

0 comments on commit e42f5b2

Please sign in to comment.