We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding in pip install requests also is listed in the python3.5 requests
requests folder is under /usr/lib/python3/dist-packages/requests
apt install python*-requests pip install requests
will install the require folder
might do the install with apt for the auto update to cover future updates
The text was updated successfully, but these errors were encountered:
or by the github source code
https://github.com/requests/requests
Sorry, something went wrong.
Going with the apt install for thats where the requests folder is under /usr/lib/python3/dist-packages/requests installation
No branches or pull requests
adding in pip install requests
also is listed in the python3.5 requests
requests folder is under /usr/lib/python3/dist-packages/requests
apt install python*-requests
pip install requests
will install the require folder
might do the install with apt for the auto update to cover future updates
The text was updated successfully, but these errors were encountered: