1
0
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:
Sebastian Gassner 2022-08-09 22:51:49 +02:00 committed by GitHub
parent 510c9dc9f1
commit 7b00d0627e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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``