Skip to content

Commit

Permalink
Fix code sample syntax in README (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
flozi00 authored Nov 23, 2023
1 parent 7879dd0 commit 6b4f9b3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,15 @@ Installation for Deployment

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


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

Expand Down

0 comments on commit 6b4f9b3

Please sign in to comment.