Sandbox to try ThinkPy2 code
In your code, or in IDLE prompt, do this:
How it was created
This was created by following the instructions on https://j.mp/stepsPackage
After Steps 1-4:
Added to
setup.py
created a sample
some_code.py
withtest_fun
code in it.
4. At the level of the /sandbox
directory, type:
pip3 install -e .
That's it! You are all set!
Last updated