diff --git a/README.md b/README.md index 6597607..d7e4a0e 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,5 @@ We welcome contributions! If you have suggestions or want to fix a bug, please: ## Support: If you have any questions or need help, do not hesitate to contact us: -- [timo.diepers@ltt.rwth-aachen.de](mailto:timo.diepers@ltt.rwth-aachen.de) -- [a.muller@cml.leidenuniv.nl](mailto:a.muller@cml.leidenuniv.nl) +- Timo Diepers ([timo.diepers@ltt.rwth-aachen.de](mailto:timo.diepers@ltt.rwth-aachen.de)) +- Amelie Müller ([a.muller@cml.leidenuniv.nl](mailto:a.muller@cml.leidenuniv.nl)) diff --git a/docs/content/installation.md b/docs/content/installation.md index d8f1a20..580ab50 100644 --- a/docs/content/installation.md +++ b/docs/content/installation.md @@ -3,7 +3,8 @@ `timex_lca` is a Python software package. It's available via [`pip`](https://pypi.org/project/pip/) or [`conda`](https://docs.conda.io/en/latest/) / [`mamba`](https://mamba.readthedocs.io/en/latest/). ```{note} -We currently recommend the installation via `conda` or `mamba`. That's what we're providing detailed instructions for below. +1) We currently recommend the installation via `conda` or `mamba`. That's what we're providing detailed instructions for below. +2) timex_lca depends on Brightway25, and will install bw25-compatible versions of the bw packages. This means that it cannot be added to existing virtual environments that are based on Brightway2, e.g. virtual environments containing activity browser. Please install timex_lca in a separate virtual environment following the instructions below. ``` ## Installing `timex_lca` using `conda` or `mamba`