Update README.md

This commit is contained in:
Tanim Islam 2020-06-26 09:03:47 -07:00 committed by GitHub
parent b37c7fef44
commit 42c682b3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -32,7 +32,13 @@ that environment:
For a local (dev) build, run `pip install -e .`. This will build and install mamba
in the conda environment.
Now you are ready to install packages with `mamba install xtensor-r -c conda-forge` for example.
### Installing conda packages with `mamba`
Now you are ready to install packages with
```bash
mamba install xtensor-r -c conda-forge
```
for example.
### Additional features