snscrape is now on PyPI

This commit is contained in:
JustAnotherArchivist
2018-10-09 17:26:03 +02:00
parent cfb1c9a2aa
commit c5a5dcb92c

View File

@@ -13,6 +13,10 @@ snscrape requires Python 3.6 or higher. The Python package dependencies are inst
Note that one of the dependencies, lxml, also requires libxml2 and libxslt to be installed.
## Installation
pip3 install snscrape
If you want to use the development version:
pip3 install git+https://github.com/JustAnotherArchivist/snscrape.git
## Usage