Skip to content

Commit

Permalink
describing installation using pip (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
sepastian authored Aug 9, 2022
1 parent 510c9dc commit 7b00d06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ Please see the `full documentation <https://pywb.readthedocs.org>`_ 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``

Expand Down

0 comments on commit 7b00d06

Please sign in to comment.