*Link de la pagina Scrapeada:http://www.congreso.gob.pe/pley-2016-2021/
- After installing python run:
-
Window
py -m venv venv
ven\Scripts\activate
-
Linux-macOS
python3 -m venv venv
source venv/bin/activate
"venv/bin/activate":path to enviromment
- Installing packages
- Linux
pip3 install -r requirements.txt