Skip to content

Commit

Permalink
Update index.md for mamba installation
Browse files Browse the repository at this point in the history
  • Loading branch information
xin-huang authored Jan 24, 2024
1 parent 64d95db commit 708667f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Or, for the latest updates, clone this repo and using the following command
pip install .
```

Users can also use `conda` to create a virtual environment and install the latest `dadi-cli` with these two conda environment files [conda-cpu-env.yml](https://github.com/xin-huang/dadi-cli/blob/master/conda-cpu-env.yml) and [conda-gpu-env.yml](https://github.com/xin-huang/dadi-cli/blob/master/conda-gpu-env.yml) in this repo. To install `conda`, please follow the [instruction](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html). We recommend users install and use [mamba](https://mamba.readthedocs.io/en/latest/mamba-installation.html#mamba-install) to create the virtual environment, because `mamba` is much faster than `conda`. Then users can use the following commands:
Users can also use `conda` to create a virtual environment and install the latest `dadi-cli` with these two conda environment files [conda-cpu-env.yml](https://github.com/xin-huang/dadi-cli/blob/master/conda-cpu-env.yml) and [conda-gpu-env.yml](https://github.com/xin-huang/dadi-cli/blob/master/conda-gpu-env.yml) in this repo. To install `conda`, please follow the [instruction](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html). We recommend users install and use [mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) via `mambaforge` or `miniforge` to create the virtual environment, because `mamba` is much faster than `conda`. Then users can use the following commands:

mamba env create -f conda-cpu-env.yml
conda activate dadi-cli-cpu
Expand Down

0 comments on commit 708667f

Please sign in to comment.