0

I want to install Pypy for python 3.5.3. I am using Windows 10, 64 bits. I have looked in pypy website https://pypy.org/download.html but I cannot find useful information.

Can anyone help me on how to install and how to use pypy?

I have read it makes your code faster so that is why I want to use it

Migui Mag
  • 187
  • 1
  • 3
  • 13
  • 1
    You're going to have a hard time with that, since [PyPy's latest release](https://pypy.org/download.html) only supports the Python 3.5 language standard. A suggestion: Download a binary distribution (also from the linked page), not the src package. – ShadowRanger May 24 '18 at 10:50

1 Answers1

1

All binary versions are packaged in a tar.bz2 or zip file. When uncompressed, they run in-place. For now you can uncompress them either somewhere in your home directory or, say, in /opt, and if you want, put a symlink from somewhere like /usr/local/bin/pypy to /path/to/pypy_expanded/bin/pypy. Do not move or copy the executable pypy outside the tree – put a symlink to it, otherwise it will not find its libraries.