Last active
June 8, 2022 18:50
-
-
Save raganmd/aa4364b473313a45fef60752d81ea844 to your computer and use it in GitHub Desktop.
td-install-python-external
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pymongo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment