From b686f080894b116fabe0d5d280501b5224e8b552 Mon Sep 17 00:00:00 2001 From: Warren Hoburg Date: Sat, 23 Sep 2023 13:57:14 -0500 Subject: [PATCH] fix broken link --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 15fb5952..78c67b96 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -3,7 +3,7 @@ Installation ************ -1. If you are on Mac or Windows, we recommend installing `Anaconda `_. Alternatively, `install pip and create a virtual environment `_. +1. If you are on Mac or Windows, we recommend installing `Anaconda `_. Alternatively, `install pip and create a virtual environment `_. 2. (optional) Install the MOSEK 9 solver with ``pip install Mosek``, then a license as described below 3. (optional) Install the MOSEK 8 solver as described below 4. Run ``pip install gpkit`` in the appropriate terminal or command prompt.