summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-12-17 17:51:12 -0800
committeryum <yum.food.vr@gmail.com>2022-12-17 17:51:12 -0800
commitee8213d1d2c2008d2d996929500c9e87dac325a3 (patch)
treef5fb3da0fea10a30229c3642c4312fd457ac293a /Python
parent4d836989720523cd0363927e3e066f56b9dc445c (diff)
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
Diffstat (limited to 'Python')
-rw-r--r--Python/python310._pth5
1 files changed, 4 insertions, 1 deletions
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
+