Python pipenv
www.pythontutorial.net › python-basics › python-pipenvSummary: in this tutorial, you’ll learn how to configure a project with a new virtual environment using the Python pipenv tool. Creating a new project First, create a new project folder e.g., crawler. Second, navigate to the crawler folder and install the requests package using the pipenv command: Output: And you’ll see that pipenv created […]