- Create a Virtual Environment by running python -m venv 'your_environment_name' and activate it.
- run command 'pip install -r requirements.txt' in your Terminal ( it will install all packages & modules needed )
- Clone repository to your local machine
- Open wikipedia_scraper in VsCode or similar Code Editor
- run the extract_json.py script
- The leaders.json file should be added to your directory
Thanks for visiting!