Skip to content

Commit

Permalink
readme: recommend dev version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Jan 30, 2025
1 parent fde910f commit e60e771
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,20 @@ AnchoRNA supports curation and iterative refinement of anchors. It can also be u
### Installation

Use pip to install anchorna. It is best installed in a dedicated (conda) environment.
To install the latest release use the following command.

To install the latest development version (recommended), use:

```
pip install https://github.com/rnajena/anchorna/archive/refs/tags/1.0.1.zip
pip install https://github.com/rnajena/anchorna/archive/refs/heads/master.zip
```

To install the latest development version, use:
To install the latest release use the following command.

```
pip install https://github.com/rnajena/anchorna/archive/refs/heads/master.zip
pip install https://github.com/rnajena/anchorna/archive/refs/tags/1.0.1.zip
```


To install the package in editable mode, clone the repository and install with `pip -e repo_path`.

### Usage & Tutorial
Expand Down

0 comments on commit e60e771

Please sign in to comment.