Skip to content

Commit

Permalink
Temporary update to the README.md
Browse files Browse the repository at this point in the history
A temporary reversion while waiting for confirmation of the Mac installation procedure
  • Loading branch information
Zoophobus authored Jan 28, 2023
1 parent 319f1ad commit 15b49e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ conda activate ab
activity-browser
```

<!--

If you are on an ARM Mac, use this instead:

```bash
conda create -n ab -c conda-forge -c cmutel -c bsteubing activity-browser-arm
conda activate ab
activity-browser
```
-->

## Installation

### Ecoinvent 3.9 Compatibility and BrightWay2
Expand Down Expand Up @@ -121,13 +121,13 @@ After configuring your conda channels, the activity browser can be installed wit
conda create -n ab activity-browser
```

<!--

Unless you are on an ARM Mac, in which case use:

```bash
conda create -n ab activity-browser-arm
```
-->

This will install the activity-browser and all of its dependencies in a new conda environment called `ab`. You can change the environment name `ab` to whatever suits you. Installing for the first time will take a few minutes.

It is recommended that you have a separate conda environment for the activity browser like explained above, but you can also install the activity browser in your root, brightway2 or other existing conda environment if you prefer. Having separate environments for different projects generally reduces unwanted side-effects and incompatibilities between packages. You can still access the same brightway-projects even if you work with different conda environments.
Expand All @@ -147,12 +147,12 @@ This will update the activity-browser and all of its dependencies in the conda e
|---|
| You should re-install if you have an older installation of the activity browser which doesn't use `python >= 3.8` (you can check with `conda list` or `python --version` in your conda environment). You can remove your existing environment with `conda remove -n ab --all` or choose a new environment name (instead of `ab`). Re-installing will not affect your activity-browser/brightway projects. |

<!--

## Development Version
[![Anaconda-Server Badge](https://anaconda.org/bsteubing/activity-browser-dev/badges/version.svg)](https://anaconda.org/bsteubing/activity-browser-dev) [![Anaconda-Server Badge](https://anaconda.org/bsteubing/activity-browser-dev/badges/downloads.svg)](https://anaconda.org/bsteubing/activity-browser-dev)

The most recent version of the master branch is automatically uploaded to anaconda as the `activity-browser-dev` package and generally available via conda ~5 minutes after being committed. Installation is the same as for the stable releases of the activity browser. It is highly advisable to not install the development version in the same conda environment as the stable release (the command `activity-browser` will always start the most recently installed version in a given environment).
-->


---

Expand Down

0 comments on commit 15b49e0

Please sign in to comment.