Skip to content

Instantly share code, notes, and snippets.

@raganmd
Last active June 8, 2022 18:50

Revisions

  1. raganmd revised this gist Jun 8, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion requirements.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ‎‎​
    pymongo
  2. raganmd revised this gist Jun 8, 2022. No changes.
  3. raganmd revised this gist Jun 8, 2022. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion python-reqs.cmd
    Original file line number Diff line number Diff line change
    @@ -1 +1,12 @@
    ‎‎​
    @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%
  4. raganmd created this gist Jun 8, 2022.
    1 change: 1 addition & 0 deletions python-reqs.cmd
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎​
    1 change: 1 addition & 0 deletions requirements.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎​