(Dec-10-2017, 11:56 PM)alex36540 Wrote: Do I need to use the environment somehow to be able to use the API in IDLE?IDLE is not good at all,but you can use it.
python -m idlelib.idleThis is done in script folder of virtual environment,also where
python.exe
is.Look at ptpython(review) or IPython for a better REPL than IDLE.
Quote:Or could I just import the dependencies in the Python code?Yes,but remember has to execute with
python
in virtual environment.