Skip to content

Commit

Permalink
Provided new installation instructions and removed pytest as a depend…
Browse files Browse the repository at this point in the history
…ency.
  • Loading branch information
SpikyClip committed Oct 21, 2021
1 parent 0993ab0 commit 003441d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ set_2 Solyc12g150103.1 0.0 2.0 3.0 0.245354 1.598051 1.0

## Installation

To install `rna-features`, pull the repo to a folder, `cd` into the folder, and
install with `pip` in an environment with `python>=3.9`:
To install `rna-features`, download the latest `.whl` binary from the
[releases](https://github.com/SpikyClip/rna-features/releases) page and install
using `pip`(note: the package is not currently installable with python 3.10, as
dependencies such as `numpy` have not yet released compatible wheels):

```console
git clone https://github.com/SpikyClip/rna-features.git
wget https://github.com/SpikyClip/rna-features/releases/download/0.1.1-dev/rna_features-0.1.1-py3-none-any.whl

cd rna-features

pip install .
pip install rna_features-0.1.1-py3-none-any.whl
```

This will install `rna-features` as a python package, and `rna-features` will
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ python_requires = >=3.9
install_requires =
pandas >=1.3.0
numpy >=1.21.0
pytest >=6.2.5

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 003441d

Please sign in to comment.