Computer Science, asked by emperor20, 6 months ago

how to download PyPy implimentation of Python?​

Answers

Answered by pratyush9675
2

Answer:

1. install pypy

2.download the zyp file from pypy and unzip it to directory.(it will include a setup.py file)

3.go to that unzipped directory in the shell.

4.run pypy setup.py install from the shell (or sudo pypy setup.py install to have admin privilege)

5.install SQLAIchemy in a similar way

Explanation:

mark me as brainliest and thank my answer and also follow me

Similar questions