Skip to content

Commit 7b00d06

Browse files
authored
describing installation using pip (#726)
1 parent 510c9dc commit 7b00d06

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,13 @@ Please see the `full documentation <https://pywb.readthedocs.org>`_ for more det
5858
Installation
5959
------------
6060

61-
To run and install locally you can:
61+
```shell
62+
pip install pywb
63+
```
64+
65+
Note: depending on your Python installation, you may have to use `pip3` instead of `pip`.
66+
67+
To install, test and build docs locally you can:
6268

6369
* Install with ``python setup.py install``
6470

0 commit comments

Comments
 (0)