Skip to content

Instantly share code, notes, and snippets.

@raganmd
Last active June 8, 2022 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raganmd/aa4364b473313a45fef60752d81ea844 to your computer and use it in GitHub Desktop.
Save raganmd/aa4364b473313a45fef60752d81ea844 to your computer and use it in GitHub Desktop.
td-install-python-external
@REM Example of how to install a collection of python externals
@REM into a project directory
@REM set python install destination
set FILEDEST=%~dp0python-libs
@REM pip install commands for the python version for TouchDesigner
@REM This assumes we've already installed the coresponding version of python
@REM on Windows
py -3.9 -m pip install -r requirements.txt -t %FILEDEST%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment