Skip to content

Commit 5d7df83

Browse files
authored
added mamba instructions, which installs quickly
1 parent 6b9bbcb commit 5d7df83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
```powershell
1111
conda create -n venv_gandlf python=3.6 -y
1212
conda activate venv_gandlf
13+
conda install -c conda-forge mamba # allows for faster dependency solving
1314
conda install -c pytorch pytorch torchvision -y # 1.8.0 installs cuda 10.2 by default, personalize based on your cuda/driver availability via https://pytorch.org/get-started/locally/
14-
conda install -c conda-forge gandlf
15+
mamba install -c conda-forge gandlf -y
1516
```
1617

1718
**Note for Windows users**: Please follow instructions for [developers](./extending).

0 commit comments

Comments
 (0)