Skip to content

Commit

Permalink
Update conda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mistrm82 authored Dec 1, 2023
1 parent c188de4 commit d0e38b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions python/conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ mamba create -p /path/to/somewhere/not/home/myEnv -c channel1 packagex==1.23

Example for package install for [dictys](https://github.com/pinellolab/dictys/tree/master):

```
```bash
conda create -p /n/data1/cores/bcbio/meeta_mistry/conda/dictys -y -c conda-forge python=3.9 mamba
``
```

> **NOTE:** It's common that installing packages using Conda is slow or fails because Conda is unable to resolve dependencies. To get around this, we suggest the use of Mamba.

0 comments on commit d0e38b6

Please sign in to comment.