From c1db81921e5ea6ad9d89ec80518709821570d007 Mon Sep 17 00:00:00 2001 From: peterrrock2 Date: Tue, 6 Feb 2024 15:40:08 -0700 Subject: [PATCH] One last webhook check / doc fix --- docs/user/install.rst | 4 ++-- docs/user/quickstart.rst | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/user/install.rst b/docs/user/install.rst index bdeac43f..3e8f5a31 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -120,8 +120,8 @@ terminal: - **Windows**: ``.venv\Scripts\activate`` - **MacOS/Linux**: ``source .venv/bin/activate`` -You should now see ``(.venv)`` at the beginning of your terminal prompt -now. This indicates that you are in the virtual environment, and are now +You should now see ``(.venv)`` at the beginning of your terminal prompt. +This indicates that you are in the virtual environment, and are now ready to install GerryChain. To install GerryChain from PyPI_, run ``pip install gerrychain`` from diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index a6a7a9ce..21451e7f 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -13,7 +13,8 @@ What you'll need Before we can start running Markov chains, you'll need to: * Install ``gerrychain`` from PyPI. See the :doc:`installation guide <./install>` for instructions. -* Download `this example json of Pennsylvania's VTDs <./PA_VTDs.json>`_. +* Download `this example json of Pennsylvania's VTDs +`_. * Open your preferred Python environment (e.g. JupyterLab, IPython, or a ``.py`` file in your favorite editor) in the directory containing the ``PA_VTDs.json`` file that you downloaded.