Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Aug 24, 2023
1 parent 6c68abf commit 789bba0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,16 @@ You can build the site by pushing to the `main` branch. The GitHub Actions workf
> ```
> [!NOTE]
> `conda install` supports channel names as part of the package specs in the environment file [with the syntax](https://github.com/conda/conda/issues/988#issuecomment-436454507):
> `conda install` supports channel names as part of the package specs in the environment file. \
> [Use this syntax](https://github.com/conda/conda/issues/988#issuecomment-436454507):
> ```
> - https://conda.anaconda.org/conda-forge/label/bw2calc_dev::bw2calc=2.0.dev14
> - conda-forge::numpy
> ```
> [!NOTE]
> `conda build` does not (yet) (cf. https://github.com/conda/conda-build/issues/532).
> `conda build` does not (yet) support channel names as part of the package specs in the environment file. \
> (cf. https://github.com/conda/conda-build/issues/532).
### Using the JypterLite Environment

Expand All @@ -88,3 +90,4 @@ This means that the environment must be reset manually. [Usually](https://jupyte
### Contributing

Please follow the extensive guide we have provided [on the documentation website](https://documentation.brightway.dev/en/latest/source/contributing/contributing.html).
****

0 comments on commit 789bba0

Please sign in to comment.