Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<GiD>\scripts\tohil\python -m pip install <module>

e.g. to install the numpy module:

Code Block
languagepy
python -m pip install numpy

...