Data Source: New York city taxi trips
If you work with a python environement (which I highly recommand), you will have to create an environement using eather venv, which is a build-in module in python3 or virtualenv, which can be installed using the following commande pip install virtualenv
.
After installing the environment (you can check the documentation of the package), and activating it you can use the commande pip install -r requirement.txt
.
Run the commande pip install -r requirement.txt
.