From c06c1e878e938c5a5dcc059de5fd6f51694e068c Mon Sep 17 00:00:00 2001 From: Marc Culler Date: Tue, 14 Jan 2025 12:16:00 -0600 Subject: [PATCH] Tiny edits. --- doc_src/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/installing.rst b/doc_src/installing.rst index c25a3fc7..50361e8b 100644 --- a/doc_src/installing.rst +++ b/doc_src/installing.rst @@ -104,9 +104,9 @@ The first step is to install Python and other requirements. Next, you need to install the SnapPy python modules. Ideally, this would be done in a venv that you use for your SnapPy project. However if you are not familiar with virtual environments, or if you have -followed install instructions for previous versions of SnapPy it may +followed install instructions for previous versions of SnapPy, it may be easiest and safest to install the new version the same way, namely -to do a ``user install`` with pip. +by doing a ``user install`` with pip. To do a ``user install`` with pip, the first thing to try is::