An open API service indexing awesome lists of open source software.

https://github.com/wilsonle/python-dict-scraper


https://github.com/wilsonle/python-dict-scraper

Last synced: about 1 month ago
JSON representation

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``