Skip to content

Commit

Permalink
also update BUILD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Apr 22, 2024
1 parent 610c53e commit ab87ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ specific cluster is not covered, you may be able to adapt an existing workflow.
The primary method of retrieving dependencies for Legate Core and downstream
libraries is through [conda](https://docs.conda.io/en/latest/). You will need
an installation of conda to follow the instructions below. We suggest using
the [mamba](https://github.com/mamba-org/mamba) implementation of the conda
the [conda](https://github.com/conda/conda) implementation of the conda
package manager.

Please use the `scripts/generate-conda-envs.py` script to create a conda
Expand All @@ -47,13 +47,13 @@ Once you have this environment file, you can install the required packages by
creating a new conda environment:

```shell
mamba env create -n legate -f <env-file>.yaml
conda env create -n legate -f <env-file>.yaml
```

or by updating an existing environment:

```shell
mamba env update -f <env-file>.yaml
conda env update -f <env-file>.yaml
```

## Building through install.py
Expand Down

0 comments on commit ab87ea0

Please sign in to comment.