I have python file. If i run this file with python it takes 100 seconds to finish. If I run this python file with PyPy3 windows 32bit, it just takes 20 seconds. I will share my python file. So Is it possible to run this script with pypy in non installed pypy another computer without copy pypy folder? Is it possible to compile python file with pypy? Like Cython?
I am using right now like this;
os.system("C:\\pypy3\\pypy3.exe myPythonFile.py functionName parameters")
Thank you everyone :)