@@ -54,7 +54,7 @@ Windows
54
54
-------
55
55
56
56
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),
58
58
Enthought Canopy, or Continuum Anaconda, which have Matplotlib and its
59
59
dependencies, plus other useful packages, preinstalled.
60
60
@@ -191,10 +191,10 @@ install the following:
191
191
192
192
* `ffmpeg <https://www.ffmpeg.org/ >`__/`avconv
193
193
<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
196
196
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
198
198
file format: JPEG, BMP, and TIFF image files);
199
199
* `Latex <https://miktex.org/ >`_ and `GhostScript <https://ghostscript.com/download/ >`_
200
200
(for rendering text with LaTeX);
@@ -298,7 +298,7 @@ requirements (png, freetype,...) are statically linked and therefore not needed
298
298
install.
299
299
300
300
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/ >`_
302
302
how to install and setup such environments. If in doubt: use Python >= 3.5 as it mostly works
303
303
without fiddling with environment variables::
304
304
@@ -333,9 +333,8 @@ you already created and activated the conda environment.
333
333
Conda packages
334
334
^^^^^^^^^^^^^^
335
335
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/> `_
339
338
for the version of python you are compiling the package for but you don't need
340
339
to setup the environment variables::
341
340
0 commit comments