Skip to content

Commit

Permalink
Update installation.rst "python -m venv .venv" (ocrmypdf#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoKalliauer authored Jul 18, 2024
1 parent 621d6a0 commit 5256e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5256e74

Please sign in to comment.