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