Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 497 Bytes

Simple Lalafo parser

  • First clone from repository to your local folder using command

    • git clone git@github.com:Alymbekov/lalafo-scraper.git .
  • create virtual environment using command

    • python3 -m venv <name of your environment>
  • activate your virtual environment

    • source <name of your environment>/bin/activate
  • install requirements by command

    • pip3 install -r requirements.txt
  • finally you can run your project

    • python main.py