Skip to content

Commit

Permalink
Merge pull request #92 from afeld/patch-1
Browse files Browse the repository at this point in the history
specify installation through conda-forge
  • Loading branch information
mariusvniekerk authored Apr 29, 2021
2 parents d1ddecc + 8f92f6a commit 9c4752b
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 @@ -18,9 +18,9 @@ various places.

## installation

```
```bash
pip install conda-lock
conda install conda-lock
conda install -c conda-forge conda-lock
```

## Basic usage
Expand Down Expand Up @@ -194,4 +194,4 @@ COPY --from=conda /opt/env /opt/env
[conda]: https://docs.conda.io/projects/conda
[metayaml]: https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html
[mapping]: https://github.com/regro/cf-graph-countyfair/blob/master/mappings/pypi/grayskull_pypi_mapping.yaml
[envyaml]: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#create-env-file-manually
[envyaml]: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#create-env-file-manually

0 comments on commit 9c4752b

Please sign in to comment.