From c5a5dcb92c6c568301665287ee08da5d7968cc47 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Tue, 9 Oct 2018 17:26:03 +0200 Subject: [PATCH] snscrape is now on PyPI --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a2c5c0..abb2d43 100644 --- a/README.md +++ b/README.md @@ -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