Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
How to install using Mamba
  • Loading branch information
bsteubing authored Sep 27, 2023
1 parent d90f7ea commit b219a40
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Please also read and cite our [scientific paper](https://doi.org/10.1016/j.simpa
- [Conda](#conda)
- [Install the AB with ecoinvent >=3.9](#install-the-ab-with-ecoinvent-39)
- [Install the AB with ecoinvent <3.9](#install-the-ab-with-older-ecoinvent-versions-39)
- [Updating the AB](#updating-the-ab)
- [Updating the AB](#updating-the-ab)
- [Mamba](#mamba)
- [Getting started](#getting-started)
- [Running the AB](#running-the-ab)
- [Importing LCI databases](#importing-lci-databases)
Expand Down Expand Up @@ -100,7 +101,7 @@ conda install bw2io=0.8.7

At this point the activity-browser and all of its dependencies will be installed in a new conda environment called `ab`. You can change the environment name `ab` to whatever suits you.

# Updating the AB
## Updating the AB

We recommend to regularly update the AB to receive new features & bugfixes. These commands will update the activity-browser and all of its dependencies in the conda environment called `ab`.

Expand All @@ -109,6 +110,16 @@ conda activate ab
conda update activity-browser
```

## Mamba

You can also install the AB using [Mamba](https://mamba.readthedocs.io/en/latest/mamba-installation.html#mamba-install):

```bash
mamba create -n ab activity-browser
mamba activate ab
activity-browser
```

# Getting started

## Running the AB
Expand Down

0 comments on commit b219a40

Please sign in to comment.