From c33e269568f4b18ca764a4b1f8dbe6302b171bb1 Mon Sep 17 00:00:00 2001 From: briank-rune <146764115+briank-rune@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:40:05 -0400 Subject: [PATCH] Update index.rst I think `>>>` implies these commands are intended to be run in a python interpreter, when they're just in a shell. --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index a100c57..518e9d7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,11 +32,11 @@ Installation Install using pip: - >>> pip install runeq + pip install runeq Or directly from source: - >>> python3 setup.py install + python3 setup.py install Documentation