Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 194 Bytes

Readme.rst

File metadata and controls

14 lines (9 loc) · 194 Bytes

Pip pip cheerio!

To make go:

virtualenv venv
source venv/bin/activate
pip install cheerio
python
    >import cheerio
    >cheerio.cheerio()