Add pip instructions for Windows and Mac OS X

This commit is contained in:
Chris Mayo 2020-06-01 16:23:33 +01:00
parent b01c685201
commit 62dc394159

View file

@ -16,14 +16,14 @@ You can also use pip to install the latest from git: ``sudo pip3 install git+htt
Setup for Windows
-----------------
Nobody is currently offering an "exe" download for Windows
See https://github.com/linkchecker/linkchecker/issues/53
Python from the Microsoft Store does include pip_, but installing
within Windows Subsystem for Linux (WSL) is the preferred option:
https://docs.microsoft.com/en-us/windows/python/beginners
Setup for Mac OS X
------------------
Nobody is currently offering a "dmg" download for Mac OS X in your programs folder
See https://github.com/linkchecker/linkchecker/issues/60
...however the steps for compiling it from source are given below.
Obtain ``get-pip.py`` to install pip_ (untested):
https://pip.pypa.io/en/stable/installing/
Setup for GNU/Linux
-------------------