-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e128d89
commit f7b55e2
Showing
2 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ First create a python environment, with **Python** [>=3.9] : | |
**With Conda (or [mamba](https://mamba.readthedocs.io/en/latest/index.html))** | ||
|
||
```bash | ||
conda env create -n lca python==3.10 | ||
conda create -n lca python==3.10 | ||
conda activate lca | ||
``` | ||
|
||
|
@@ -42,17 +42,38 @@ source .venv/bin/activate | |
|
||
> pip install lca_algebraic | ||
## Source code | ||
|
||
## 3) [Optional] Install Jupyter & Activity Browser | ||
|
||
You may also install Jupyter and [Activity Browser](https://github.com/LCA-ActivityBrowser/activity-browser) on the same | ||
environment. | ||
|
||
**Jupyter** : | ||
> pip install jupyter | ||
**Activity Browser** can only be installed via conda/mamba. Note that it can also be installed on environment and will | ||
still be able to access and browse the projects created programmatically with *lca_algebraic* / *Brightway*. | ||
> conda install activity-browser | ||
# Source code | ||
|
||
The source code is available of our {gitref}`github </>` | ||
|
||
|
||
# Licence & Copyright | ||
|
||
This library has been developed by [OIE - MinesParistech](http://www.oie.mines-paristech.fr), for the project [*INCER-ACV*](https://librairie.ademe.fr/energies-renouvelables-reseaux-et-stockage/4448-incer-acv.html), | ||
lead by [ADEME](https://www.ademe.fr/). | ||
|
||
It is distributed under the {gitref}`BSD License </LICENSE>`. | ||
|
||
# Mailing list | ||
|
||
Please register to this dedicated mailing list to discuss the evolutions of this library and be informed of future releases : | ||
|
||
[[email protected]](https://groupes.minesparis.psl.eu/wws/subscribe/lca_algebraic) | ||
|
||
|
||
# Summary | ||
|
||
```{toctree} | ||
|