https://github.com/wilsonle/python-dict-scraper
https://github.com/wilsonle/python-dict-scraper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wilsonle/python-dict-scraper
- Owner: WilsonLe
- Created: 2021-05-15T13:47:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T21:12:06.000Z (about 5 years ago)
- Last Synced: 2025-08-31T01:34:36.035Z (11 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create virtual env with:
``python3 -m venv venv``
or
``python -m ven venv``
Activate virtual env with:
``venv\Scripts\activate.bat`` on Windows
``source venv/bin/activate`` on MacOS
Install dependencies with:
``pip install -r requirements.txt``
To deactivate virtual env:
``deactivate``