Skip to content

Commit

Permalink
Merge pull request #276 from maresb/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk authored Nov 15, 2022
2 parents c61696e + 6549635 commit 068d5db
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 068d5db

Please sign in to comment.