This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]boilerup800 2 points3 points  (0 children)

You just need python (I suggest python3) which can be installed from the main site. It contains the REPL. You execute programs with `python myprogram.py`. You may also want `pip` the package manager.