I wanted to give an update to these instructions, as it appears there may have been some restructuring that’s occurred within the pip module. Below are instructions for Windows machines, easily translatable to Linux or Mac operating systems.
Guide
-
Open a command prompt (or the new Windows Terminal) and navigate to the Trelis
bindirectory. This is probably:cd C:\Program Files\Trelis 17.1\bin
-
Further navigate to either the
python2orpython3directories. -
Execute
.\python -m pip install <module> --userfrom the command line, for example to installnumpyexecute:.\python.exe -m pip install numpy --user
Here are those commands all together in a terminal:
