I know that PyPy has problems with Numpy and other stuff in Biopython, but not all BioPython modules use this things…
Somebody knows how import and use the module Bio into PyPy?
I know that PyPy has problems with Numpy and other stuff in Biopython, but
Share
You should be able to install it like in a regular Python version. PyPy is already included in Biopython’s integration testing.
An example using virtualenvwrapper:
If you don’t see any error messages from the commands above, then it should be working.