From 7777643736534a4c92acab0afaccbdd9e9cbef26 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 21 Apr 2022 09:09:28 -0500 Subject: [PATCH] Minor grammar changes --- general/prog/python-modules.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/general/prog/python-modules.xml b/general/prog/python-modules.xml index d409f30112..f09285fafd 100644 --- a/general/prog/python-modules.xml +++ b/general/prog/python-modules.xml @@ -33,18 +33,18 @@ pip3. Please take care that the pip3 install commands in the book should be run as &root; unless it's for a Python virtual environment. Running - a pip3 install as a non-&root; user may seems to - work fine, but it will cause the installed module unaccessible by + pip3 install as a non-&root; user may seem to + work fine, but it will cause the installed module to bu inaccessible by other users. pip3 install will not reinstall an already installed module by default. For using the pip3 install command to upgrade a module (for - example, from meson-0.61.3 to meson-0.62.0), append - -U to the command line. If it's really + example, from meson-0.61.3 to meson-0.62.0), insert + --upgrade into the command line. If it's really necessary to downgrade a module or reinstall the same version for - some reason, append --force-reinstall to + some reason, insert --force-reinstall into the command line.