Skip to content

Commit

Permalink
Add § in README as well
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lacroix committed Oct 20, 2022
1 parent 841fe32 commit da8f9c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,13 @@ python = "3.9"
ampel-ztf = {version = "^0.8.0-alpha.2", source = "pypi"}
```
A dependency will also be treated as a `pip` dependency if explicitly marked with `source = "pypi"` in the `[tool.conda-lock.dependencies]` section, e.g.:
```toml
[tool.conda-lock.dependencies]
ampel-ztf = {source = "pypi"}
```
In both these cases, the dependencies of `pip`-installable packages will also be
installed with `pip`, unless they were already requested by a `conda`
dependency.
Expand Down

0 comments on commit da8f9c9

Please sign in to comment.