From de62a03aa22ac90b4cd4e094ada28e62225d357d Mon Sep 17 00:00:00 2001 From: Sebastian Gassner Date: Mon, 13 Jun 2022 12:04:47 +0200 Subject: [PATCH] describing installation using pip --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7e813b0db..250087f8b 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,13 @@ Please see the `full documentation `_ for more det Installation ------------ -To run and install locally you can: +```shell +pip install pywb +``` + +Note: depending on your Python installation, you may have to use `pip3` instead of `pip`. + +To install, test and build docs locally you can: * Install with ``python setup.py install``