Skip to content

Commit f4a40b6

Browse files
committed
DOC: Fix a couple of links in installation doc
1 parent e84acca commit f4a40b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/users/installation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ owned by a company, Continuum Analytics. If you would prefer to avoid using
153153
the Anaconda installer:
154154

155155
1. Download and install the Python 3 installer from the https://python.org website;
156-
2. Download and install Pip following the instructions at `install pip with get-pip.py`;
156+
2. Download and install Pip following the instructions at `install pip with
157+
get-pip.py`_;
157158
3. Download and install the `Visual C++ redistributable packages for VC++ 2015
158159
<https://www.microsoft.com/en-us/download/details.aspx?id=53587>`_;
159160
4. Download the following packages from Christoph Gohlke's `unofficial Windows
@@ -193,7 +194,7 @@ Dependencies for build
193194
* A C compiler: Nipy does contain a few C extensions for optimized routines.
194195
Therefore, you must have a compiler to build from source. Use XCode_ for
195196
your C compiler on macOS. On Windows, you will need the Microsoft Visual
196-
C++ version corresponding to your Python version - see `using MSCV with
197+
C++ version corresponding to your Python version - see `using MSVC with
197198
Python <https://matthew-brett.github.io/pydagogue/python_msvc.html>`_. On
198199
Linux you should have the packages you need after you install the
199200
``python3-dev`` (Debian / Ubuntu) or ``python3-devel`` (Fedora) packages

0 commit comments

Comments
 (0)