From 19e8a312b47fb6a432c0604fb1c7767e36509dbc Mon Sep 17 00:00:00 2001 From: Marc Culler Date: Sat, 11 Jan 2025 11:56:27 -0600 Subject: [PATCH] Fix another rst typo. --- doc_src/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/installing.rst b/doc_src/installing.rst index b537e4f3..1bb121cf 100644 --- a/doc_src/installing.rst +++ b/doc_src/installing.rst @@ -64,7 +64,7 @@ with pip.) If you do not have a venv you can create one, say named ~/myvenv with this command:: python3 -m venv ~/myvenv - + To use the venv, activate it by running the command:: source ~/myvenv/bin/activate