Skip to content

Commit

Permalink
missing edits
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Apr 22, 2024
1 parent ab87ea0 commit 2c0e07d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@ Please make sure you have at least conda version 24.1 installed, then create
a new environment containing Legate Core:

```
mamba create -n myenv -c nvidia -c conda-forge -c legate legate-core
conda create -n myenv -c nvidia -c conda-forge -c legate legate-core
```

or install it into an existing environment:

```
mamba install -c nvidia -c conda-forge -c legate legate-core
conda install -c nvidia -c conda-forge -c legate legate-core
```

Only linux-64 packages are available at the moment.
Expand All @@ -239,7 +239,7 @@ installing on a machine without GPUs. You can force installation of a CPU-only
package by requesting it as follows:

```
mamba ... legate-core=*=*_cpu
conda ... legate-core=*=*_cpu
```

See [BUILD.md](BUILD.md) for instructions on building Legate Core from source.
Expand Down

0 comments on commit 2c0e07d

Please sign in to comment.