Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f55ed17

Browse files
QuLogicNelleV
authored andcommitted
Use more https in install docs.
1 parent 36a917c commit f55ed17

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

INSTALL.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Windows
5454
-------
5555

5656
We strongly recommend using `scipy-stack compatible Python distributions
57-
<http://www.scipy.org/install.html>`_ such as WinPython, Python(x,y),
57+
<https://www.scipy.org/install.html>`_ such as WinPython, Python(x,y),
5858
Enthought Canopy, or Continuum Anaconda, which have Matplotlib and its
5959
dependencies, plus other useful packages, preinstalled.
6060

@@ -191,10 +191,10 @@ install the following:
191191

192192
* `ffmpeg <https://www.ffmpeg.org/>`__/`avconv
193193
<https://libav.org/avconv.html>`__ or `mencoder
194-
<http://www.mplayerhq.hu/design7/news.html>`__ (for saving movies);
195-
* `ImageMagick <http://www.imagemagick.org/script/index.php>`__ (for saving
194+
<https://mplayerhq.hu/design7/news.html>`__ (for saving movies);
195+
* `ImageMagick <https://www.imagemagick.org/script/index.php>`__ (for saving
196196
animated gifs);
197-
* `Pillow <http://python-pillow.org/>`__ (for a larger selection of image
197+
* `Pillow <https://python-pillow.org/>`__ (for a larger selection of image
198198
file format: JPEG, BMP, and TIFF image files);
199199
* `Latex <https://miktex.org/>`_ and `GhostScript <https://ghostscript.com/download/>`_
200200
(for rendering text with LaTeX);
@@ -298,7 +298,7 @@ requirements (png, freetype,...) are statically linked and therefore not needed
298298
install.
299299

300300
The commands below assume that you can compile a native python lib for the python version of your
301-
choice. See `this howto <http://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/>`_
301+
choice. See `this howto <https://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/>`_
302302
how to install and setup such environments. If in doubt: use Python >= 3.5 as it mostly works
303303
without fiddling with environment variables::
304304

@@ -333,9 +333,8 @@ you already created and activated the conda environment.
333333
Conda packages
334334
^^^^^^^^^^^^^^
335335

336-
This needs a `working installed C
337-
compiler
338-
<http://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/>`_
336+
This needs a `working installed C compiler
337+
<https://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/>`_
339338
for the version of python you are compiling the package for but you don't need
340339
to setup the environment variables::
341340

0 commit comments

Comments
 (0)