a repl made for running your python programs using pypy
how to use
place your python code inside of src/, it must have a main.py file (or you can rename it in the makefile), place all pypi packages you need inside of requirements.txt and they will be installed. that's it. most code should work right out of the box
resetting the pypy + pip install
run make clean
additional notes
if you want a pypy2.7 one, just ask and i can hack it up quickly
pypy.repl (anything.repl)
pypy.repl (3.6)
a repl made for running your python programs using pypy
how to use
place your python code inside of
src/
, it must have amain.py
file (or you can rename it in the makefile), place all pypi packages you need inside ofrequirements.txt
and they will be installed. that's it. most code should work right out of the boxresetting the pypy + pip install
run
make clean
additional notes
if you want a pypy2.7 one, just ask and i can hack it up quickly
working perfectly fine on my end. that's odd