mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
describing installation using pip (#726)
This commit is contained in:
parent
510c9dc9f1
commit
7b00d0627e
@ -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``
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user