From 5256e74d0cc909d9f30c4a769f50a5265981b022 Mon Sep 17 00:00:00 2001 From: Johannes Kalliauer Date: Thu, 18 Jul 2024 15:28:07 +0200 Subject: [PATCH] Update installation.rst "python -m venv .venv" (#1355) --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8f96d06a8..cc0573b4b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -681,7 +681,7 @@ To install all of the development and test requirements: .. code-block:: bash git clone -b main https://github.com/ocrmypdf/OCRmyPDF.git - python -m .venv + python -m venv .venv source .venv/bin/activate cd OCRmyPDF pip install -e .[test]