Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jjti authored Jul 4, 2023
1 parent b2609a7 commit 7e008d5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Predict the minimum free energy structure of nucleic acids.

## Installation

### pypy3 (strongly recommended)
### pypy3 (recommended)

```bash
pypy3 -m ensurepip
Expand All @@ -17,7 +17,15 @@ pypy3 -m pip install seqfold

For a 200bp sequence (on my laptop), [pypy3](https://doc.pypy.org/en/latest/index.html) takes 2.5 seconds versus 15 seconds for CPython.

### Default pip
### Conda

```bash
conda install -c bioconda seqfold
```

Thank you to [@jonas-fuchs](https://github.com/jonas-fuchs) for this

### pip

```bash
pip install seqfold
Expand Down

0 comments on commit 7e008d5

Please sign in to comment.