- Python 3.6+
Create a Python virtual env to make sure that dependencies does not have conflicts to local dependencies.
python3 -m venv webscrapping-env
Activate the created virtual env
source webscrapping-env/bin/activate
Run the following command to install the dependencies:
pip3 install -r requirements.txt
python3 <script_name>.py
Example:
python3 top-250-imdb.py