Skip to content

Commit

Permalink
Update README.md with conda installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst authored Jan 2, 2024
1 parent 69aaf8c commit d23b9cd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ for `pip`.

Ensure that you have [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html) installed.

##### From conda-forge

You can install [pathsimanalysis from the conda-forge channel](https://anaconda.org/conda-forge/pathsimanalysis) with

This comment has been minimized.

Copy link
@IAlibay

IAlibay Jan 2, 2024

Member

@orbeckst does this not conflict with the "from source" comment above?

```
conda install -c conda-forge pathsimanalysis
```
or alternatively with `mamba` if you have it installed:

```
mamba install -c conda-forge pathsimanalysis
```

##### From source inside a conda ennvironment
Create a virtual environment and activate it:

```
Expand Down

0 comments on commit d23b9cd

Please sign in to comment.