change quickstart install from PyPI to GitHub (#1116)

* change Quickstart install from PyPI to GitHub
This commit is contained in:
gilch 2016-09-24 15:54:32 -06:00 committed by GitHub
parent f8fc1fb71b
commit 1d3142c8de
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Quickstart
1. Create a `Virtual Python Environment
<https://pypi.python.org/pypi/virtualenv>`_.
2. Activate your Virtual Python Environment.
3. Install `hy from PyPI <https://pypi.python.org/pypi/hy>`_ with ``pip install hy``.
3. Install `hy from GitHub <https://github.com/hylang/hy>`_ with ``$ pip install git+https://github.com/hylang/hy.git``.
4. Start a REPL with ``hy``.
5. Type stuff in the REPL::