Skip to content

Installation Guide

mrvisscher edited this page Sep 30, 2024 · 2 revisions

Quick Installation

Familiar with Conda already? Do a quick install

You can install and start the activity-browser like this:

  1. Install Miniconda.
  2. conda create -n ab -c conda-forge activity-browser
    conda activate ab
    activity-browser

The Anaconda package manager

Skip this step if you already have a working installation of Anaconda or Miniconda, but make sure to keep your conda installation up-to-date: conda update -n base conda.

You need the python package manager Anaconda to install Activity Browser. You can install the full Anaconda user interface (navigator) or just the minimal command-line installer, Miniconda. If needed, see also the conda user guide or the Conda cheat sheet.

Add the Conda-Forge channel

The Activity Browser has many dependencies that are managed by the conda-forge channel. Open a cmd-window or terminal (in Windows you may have to use the Anaconda prompt) and type the following:

conda config --prepend channels conda-forge

Installing Activity Browser

You can now install Activity Browser by creating a python environment (ab)

Depending on your computer and internet connection, it can take a while for this to complete. You will need to confirm that you really want to install the environment.

conda create -n ab -c conda-forge activity-browser

Activating and running Activity Browser

To run Activity Browser, you need to activate your environment with conda activate ab and then run activity browser with activity-browser.

Congratulations! You've started Activity Browser for the first time!

Updating Activity Browser

We recommend to regularly update Activity Browser to receive new features & bugfixes. These commands will update the Activity Browser and all of its dependencies in the conda environment called ab.

conda activate ab
conda update activity-browser

Important

If you currently have a version below 2.10.0, please consult this guide to update.

Navigation


โ—‹ ๐Ÿ  Home

โ‰๏ธ Getting Started & Help
๐ŸŽ“ Tutorials

โ—‹ ๐Ÿ“š Projects

โ—‹ ๐Ÿ“’ Databases

โ—‹ ๐Ÿงพ Activities

โ—‹ ๐ŸŒ Impact Categories

๐Ÿงฎ LCA calculation setup
๐Ÿ“Š LCA results

โ—‹ ๐Ÿ” Graph Explorer

โ—‹ ๐Ÿงฉ Plugins

๐Ÿš€ Advanced topics

โ—‹ โš™๏ธ Settings

Clone this wiki locally