Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 464 Bytes

Readme.MD

File metadata and controls

12 lines (10 loc) · 464 Bytes

Data Scraping Workshop 2024

To get started, do the following steps

  1. Go to Github and clone/download the repository.
  2. Open the repository in your code editor.
  3. Create virtual environment with the command python -m venv venv or py -m venv venv
  4. Activate the environment .\.venv\Scripts\activate.ps1 for powershell or source .venv/Scripts/activate for bash
  5. Install requirements pip install -r requirements.txt