Home > database >  How Install pyautogui (phyton) offline without internet?
How Install pyautogui (phyton) offline without internet?

Time:08-31

my company notebook allows me to install anaconda, however when I try to install pyautogui by the pip install pyautogui command it gives an error, likely to be blocked. How do I install packages offline?

can I download the package from my private notebook, send it by email to my company notebook and install it?

tks

CodePudding user response:

Try download files and then Installing from local archives

CodePudding user response:

you can check this link https://www.sebardi.id/2022/03/cara-install-python-di-visual-studio.html and you can install python using visual studio code.

  • Related