From ee8213d1d2c2008d2d996929500c9e87dac325a3 Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 17 Dec 2022 17:51:12 -0800 Subject: Finish python virtual env GUI can now download all TaSTT dependencies and install them into a virtual environment. * Add buttons to check embedded python version & install dependencies * Add class to wrap interacting with embedded Python * Put all TaSTT python scripts into a folder --- Python/python310._pth | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Python/python310._pth') diff --git a/Python/python310._pth b/Python/python310._pth index 2676d09..91fe233 100644 --- a/Python/python310._pth +++ b/Python/python310._pth @@ -4,7 +4,10 @@ python310.zip # Uncomment to run site.main() automatically import site +# TaSTT Python scripts +../Scripts + Lib Lib/site-packages -Scripts Dependencies/future-0.18.2 + -- cgit v1.2.3