@@ -68,19 +68,19 @@ Get Started
6868
69691. `Install the Client `_:
7070
71- Your Deis client should match your server's version. For development, an
72- easy way to ensure this is to run ` client/deis.py ` in the code repository
73- you used to provision the server. You can make a symlink or shell alias for
74- ` deis ` to that file :
71+ Your Deis client should match your server's version. For developers, one way
72+ to ensure this is to use ` Python 2.7 `_ to install requirements and then run
73+ `` client/deis.py `` in the Deis code repository. Then make a symlink or shell
74+ alias for `` deis `` to ensure it is found in your `` $PATH `` :
7575
7676.. code-block :: console
7777
78- $ pip install docopt==0.6.2 python-dateutil==2.2 PyYAML==3.11 requests==2.4.3 termcolor==1.1.0
78+ $ make -C client/ install
7979 $ sudo ln -fs $(pwd)/client/deis.py /usr/local/bin/deis
8080 $ deis
8181 Usage: deis <command> [<args>...]
8282
83- If you don't have Python _ , install the latest `deis ` binary executable for
83+ If you don't have Python 2.7 , install the latest `deis ` binary executable for
8484Linux or Mac OS X with this command:
8585
8686.. code-block :: console
@@ -140,7 +140,7 @@ somewhere in your $PATH.
140140 To learn more, use ``deis help `` or browse `the documentation `_.
141141
142142.. _`Install the Client` : http://docs.deis.io/en/latest/using_deis/install-client/
143- .. _`Python` : http ://www.python.org/
143+ .. _`Python 2.7 ` : https ://www.python.org/downloads/release/python-279 /
144144.. _`Register a User` : http://docs.deis.io/en/latest/using_deis/register-user/
145145.. _`Deploy an Application` : http://docs.deis.io/en/latest/using_deis/deploy-application/
146146.. _`Manage an Application` : http://docs.deis.io/en/latest/using_deis/manage-application/
0 commit comments