1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +01:00

Fix code sample syntax in README (#864)

This commit is contained in:
Florian Zimmermeister 2023-11-23 17:02:10 +01:00 committed by GitHub
parent 7879dd0222
commit 6b4f9b323e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,7 @@ Installation for Deployment
To install pywb for usage, you can use: To install pywb for usage, you can use:
```shell ``pip install pywb``
pip install pywb
```
Note: depending on your Python installation, you may have to use `pip3` instead of `pip`. Note: depending on your Python installation, you may have to use `pip3` instead of `pip`.
@ -70,9 +68,7 @@ Note: depending on your Python installation, you may have to use `pip3` instead
Installation from local copy Installation from local copy
---------------------------- ----------------------------
```shell ``git clone https://github.com/webrecorder/pywb``
git clone https://github.com/webrecorder/pywb
```
To install from a locally cloned copy, install with ``pip install -e .`` or ``python setup.py install``. To install from a locally cloned copy, install with ``pip install -e .`` or ``python setup.py install``.