From 1d3142c8de003f037a674e36e847ee81402319f8 Mon Sep 17 00:00:00 2001 From: gilch Date: Sat, 24 Sep 2016 15:54:32 -0600 Subject: [PATCH] change quickstart install from PyPI to GitHub (#1116) * change Quickstart install from PyPI to GitHub --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 24bca21..7ee72e0 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -13,7 +13,7 @@ Quickstart 1. Create a `Virtual Python Environment `_. 2. Activate your Virtual Python Environment. -3. Install `hy from PyPI `_ with ``pip install hy``. +3. Install `hy from GitHub `_ with ``$ pip install git+https://github.com/hylang/hy.git``. 4. Start a REPL with ``hy``. 5. Type stuff in the REPL::