From 6b4f9b323eaede2c526f9af336b0feba0fec8413 Mon Sep 17 00:00:00 2001 From: Florian Zimmermeister Date: Thu, 23 Nov 2023 17:02:10 +0100 Subject: [PATCH] Fix code sample syntax in README (#864) --- README.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 87b66902..9fe11e53 100644 --- a/README.rst +++ b/README.rst @@ -60,9 +60,7 @@ 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`. @@ -70,9 +68,7 @@ Note: depending on your Python installation, you may have to use `pip3` instead 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``.