diff --git a/README.md b/README.md index dd21df23..563e6845 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,18 @@ various places. ## Installation +Use *one* of the following commands: + ```bash +pipx install conda-lock +condax install conda-lock pip install conda-lock -conda install -c conda-forge conda-lock +conda install --channel=conda-forge --name=base conda-lock +mamba install --channel=conda-forge --name=base conda-lock ``` +The first two options are recommended since they install conda-lock into an isolated environment. (Otherwise there is a risk of dependency conflicts.) + ## Basic usage ```bash