Skip to content

Commit

Permalink
A few very minor corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jan 15, 2025
1 parent 513b31c commit a8a5a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc_src/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ need to do, one must install additional tools.
unicode version; tested with version 5.5.9.

- Install whichever version of `MSYS2 <http://msys2.github.io>`_ is
appropriate for your version Windows. Most commonly, you will have
appropriate for your version of Windows. Most commonly, you will have
a 64-bit Windows and hence want the "x86_64" installer; for
concreteness the rest of these instructions assume this. (Technical
note: even if you want to build 32-bit binaries, if your Windows is
Expand Down
6 changes: 3 additions & 3 deletions doc_src/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ to do that on the most popular Linux distributions:

sudo zypper install python3-pip python3-tk

For Leap, as of version 15.6 you need ask for a recent version of
For Leap, as of version 15.6 you need to ask for a recent version of
Python or it will give you Python 3.6 which is too old for SnapPy::

sudo zypper install python312-pip python312-tk
Expand All @@ -113,7 +113,7 @@ to do that on the most popular Linux distributions:

sudo dnf install python3.11-pip python3.11-tkinter

You will need to replace ``python3`` by ``python3.11`` in subsequent
You will also need to replace ``python3`` by ``python3.11`` in subsequent
steps.


Expand Down Expand Up @@ -157,7 +157,7 @@ User install
error: externally-managed-environment

you should probably use a virtual environment; however,
you can force it via::
you can force pip to do a user install via::

# Note no "sudo" below!
python3 -m pip install --upgrade --user --break-system-packages snappy snappy_15_knots
Expand Down

0 comments on commit a8a5a4c

Please sign in to comment.