Skip to content

Commit

Permalink
simplify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Oct 7, 2024
1 parent 92847f3 commit c41385d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Installation

To install a pre-built version from Anaconda (Linux/Mac/Windows):

```
python -m pip install <REPODIR>
conda install -c conda-forge -c bolding-bruggeman fabmos
```

To install in [editable mode](https://pip.pypa.io/en/latest/topics/local-project-installs/) (the fabmos module code is directly run from the repository directory, which makes it easy to make changes and see their impact during development, without reinstallation):
To build from source:

```
python -m pip install -e <REPODIR>
python -m pip install <REPODIR>
```

# Removal

```
python -m pip uninstall fabmos
```
For more information, see [the wiki](https://github.com/BoldingBruggeman/fabmos/wiki).

0 comments on commit c41385d

Please sign in to comment.