How to Instal Package in Python 3.7.7 via Windows 7
How to install Package in Python 3.7.7 via Windows 7 OK, After we installed Python 3.7.7 on Windows 7 machine we can using it with some command in python for installed Package. First, the rules of command in python is we must know the version of the python and the pip version, which will using to gave operator command to install package. Step by step install package in Python Check Python the command is : Py --version (Python 3.7.7) show in terminal Now we check the pip version, using this : py -m pip --version (Pip 23.0.0) show in terminal After know the version above, now we can start to install some package. using the command to install package : py -m pip requests And in terminal show the tarbal/zip extrac from the server until the installer request package done finish Repeat for install - other package like step 4 before. EOF

How to install Package in Python 3.7.7 via Windows 7
OK, After we installed Python 3.7.7 on Windows 7 machine we can using it with some command in python for installed Package.
First, the rules of command in python is we must know the version of the python and the pip version, which will using to gave operator command to install package.
Step by step install package in Python
- Check Python the command is : Py --version (Python 3.7.7) show in terminal
- Now we check the pip version, using this : py -m pip --version (Pip 23.0.0) show in terminal
- After know the version above, now we can start to install some package.
- using the command to install package : py -m pip requests And in terminal show the tarbal/zip extrac from the server until the installer request package done finish
- Repeat for install - other package like step 4 before.
- EOF