From 336eafc9a0b03e4ce3833afac27562d91428ceac Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Tue, 5 Nov 2024 08:07:25 -0800 Subject: [PATCH] improve formatting --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c8c0b320..d528e14d 100644 --- a/README.md +++ b/README.md @@ -113,12 +113,11 @@ else fails, try removing the virtual environment and reinstalling: ``` pipenv install --dev ``` - - - If there's no Python 3.11 on your system (or if pipenv can't find it), you may need to specify the Python location. For example: - ``` - pipenv install --dev --python /opt/homebrew/bin/python3.11 - ``` - + - If there's no Python 3.11 on your system (or if pipenv can't find it), + you may need to specify the Python location. For example: + ``` + pipenv install --dev --python /opt/homebrew/bin/python3.11 + ``` [pipenverror]: https://github.com/pypa/pipenv/issues/1918