oliviano of opLabs
3/4/2020 - 5:58 AM

Python Install | Config in Windows

#Install Python:
python-3.5.1-amd64.exe
 
#install package (request here for example)
pip install requests
 
#Check if pip works / installed modules: (in windows cmd)
pip freeze
pip list
 
#check python packages list: (python promot)
help("modules")
 
#1 Install Python (for windows & touchdesigner)
  # download & install python 64bit v3.6.6 ( executable installer 64 or amd64 )
  #--- >make sure the "add to ENV path " option is ticked/
 
#2 Go to env. variable 
  Copy the path something like
  C:\Users\pk\AppData\Local\Programs\Python\Python35\
-
#3 In touch designer change the folder in preference | python 64 bit modules:
C:\Users\pk\AppData\Local\Programs\Python\Python35\Lib\site-packages