Skip to content

Commit

Permalink
update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dixudx committed Aug 26, 2015
1 parent 8a71069 commit eae8b69
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,12 @@ Get from the Source Code
RTCClient is actively developed on GitHub, where the code is
`always available <https://github.com/dixudx/rtcclient>`_.

You can either clone the public repository::
You can either clone the public repository and checkout released tags
(e.g. tag 0.1.dev95)::

$ git clone git://github.com/dixudx/rtcclient.git

Download the `tarball <https://github.com/dixudx/rtcclient/tarball/master>`_::

$ curl -L https://github.com/dixudx/rtcclient/tarball/master -o rtcclient.tar.gz

Or, download the `zipball <https://github.com/dixudx/rtcclient/zipball/master>`_::

$ curl -L https://github.com/dixudx/rtcclient/zipball/master -o rtcclient.zip

$ cd rtcclient
$ git checkout tags/0.1.dev95

Once you have a copy of the source, you can embed it in your Python package,
or install it into your site-packages easily::
Expand Down

0 comments on commit eae8b69

Please sign in to comment.