Use conda compilers and conda cmake in README

When you already use conda environments for building, also use their toolchain.
This commit is contained in:
Uwe L. Korn 2020-05-14 12:17:35 +02:00 committed by GitHub
parent 249546a95a
commit 349bedea28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ conda install mamba -c conda-forge
Make sure to have the following requirements in your conda environment:
- `conda install pybind11 libsolv libarchive libcurl nlohmann_json pip -c conda-forge`
- `conda install cmake compilers pybind11 libsolv libarchive libcurl nlohmann_json pip -c conda-forge`
If you build mamba in a different environment than base, you must also install conda in
that environment: