change quickstart install from PyPI to GitHub (#1116)
* change Quickstart install from PyPI to GitHub
This commit is contained in:
parent
f8fc1fb71b
commit
1d3142c8de
@ -13,7 +13,7 @@ Quickstart
|
|||||||
1. Create a `Virtual Python Environment
|
1. Create a `Virtual Python Environment
|
||||||
<https://pypi.python.org/pypi/virtualenv>`_.
|
<https://pypi.python.org/pypi/virtualenv>`_.
|
||||||
2. Activate your Virtual Python Environment.
|
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``.
|
4. Start a REPL with ``hy``.
|
||||||
5. Type stuff in the REPL::
|
5. Type stuff in the REPL::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user