The code of life Python basics — Install module packages January 1, 2024 by Ben Peterson No Comments 1. Module official website pypi.org/ 2. Install the module — command line installation PIP install XXX PIP install XXX -i XXX PIP install XXX -i XXX 3. The pycharm installation