Installation of Requests
This part of the documentation covers the installation of Requests. The first step to using any software package is getting it properly installed. $ pipenv install requests To install Requests, simply run this simple command in your terminal of choice: If you don’t have pipenv installed (tisk tisk!), head over to the Pipenv website for installation instructions. …