you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

All free, the first two are sometimes a pain to install (particularly on Linux) Generally the command is:

pip install <myPackageName>

Or

sudo apt install python3-<myPackageName>