How to Install pypy-dev in Ubuntu 18.04



Install pypy-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install pypy-dev

Description:

header files for PyPy (an alternative Python interpreter)

Header files for compiling cpython C extension modules for use with PyPy. Note that pure Python modules will probably perform better. . PyPy supports a subset of cpython's C API through its CPyExt subsystem. . Also included is PyPy.h, for embedding the PyPy interpreter. . PyPy is a fast, compliant alternative implementation of the Python language (2.7).

Homepage: http://pypy.org/

Version: 5.10.0+dfsg-3build2

Section: universe/python