summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-11-29 07:37:44 -0700
committerMats Wichmann <mats@linux.com>2021-11-29 07:37:54 -0700
commit7f791740dfef73e57e67c77c23a2ff5e2093fc05 (patch)
tree738da0bd1768bda2470df7c8ceeeca045068a8ed
parentddf63dd2a577dc9042b43efb7a732feed94a8804 (diff)
downloadscons-git-7f791740dfef73e57e67c77c23a2ff5e2093fc05.tar.gz
Minor tweaks - sider fix [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
-rwxr-xr-xREADME.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 81b93d3af..1b4f9d8c5 100755
--- a/README.rst
+++ b/README.rst
@@ -153,13 +153,13 @@ Some installation examples::
C:\Users\me> py -m pip install --user scons
# inside a virtualenv it's safe to use bare pip:
- $ pip install scons
+ (myvenv) $ pip install scons
# install in a virtualenv from a wheel file:
- $ pip install SCons-4.3.0-py3-none-any.whl
+ (myvenv) $ pip install SCons-4.3.0-py3-none-any.whl
# install in a virtualenv from source directory:
- $ pip install --editable .
+ (myvenv) $ pip install --editable .
Note that on Windows, SCons installed via ``pip`` puts an executable
``scons.exe`` in the script directory of the Python installation.
@@ -168,7 +168,7 @@ There are lots of possibilities depending on how you install Python
Microsoft Store app; bundled by a third party such as Chocolatey;
as an installation option in Visual Studio), and then whether you
do a plain install or a user install with `pip`. You need to figure out
-this directory and make sure it's added to the enviroment variable PATH.
+this directory and make sure it's added to the environment variable PATH.
Some possibilities::
C:\Python39\Scripts\