From e884804d4291c9da66bf7c25c5380a499ec354e6 Mon Sep 17 00:00:00 2001 From: Joshua Timmons Date: Mon, 8 Jun 2026 15:10:35 -0400 Subject: [PATCH] docs: remove pypy3 install recommendation The folding engine is now a native Rust extension, so PyPy gives no speed benefit (the old '2.5s vs 15s vs CPython' claim no longer applies) and PyPy can't cleanly install the abi3 wheel anyway. Drop the pypy3 (recommended) section; pip and conda remain. --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index db0c973..71d0ca8 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,6 @@ The folding/Tm engine is written in **Rust** and exposed to Python through [PyO3 ## Installation -### pypy3 (recommended) - -```bash -pypy3 -m ensurepip -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. - ### Conda ```bash