From 7e008d58aaaf97368ecd3e1935b6b5aab26add0d Mon Sep 17 00:00:00 2001 From: Joshua Timmons Date: Mon, 3 Jul 2023 21:56:19 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 592eaed..f3c18ab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Predict the minimum free energy structure of nucleic acids. ## Installation -### pypy3 (strongly recommended) +### pypy3 (recommended) ```bash pypy3 -m ensurepip @@ -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