Skip to content

Commit

Permalink
Doc fix, useless technical details.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxm committed May 24, 2017
1 parent 60f893c commit c1bef56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ Finally, when your virtual environment is active in your shell, type::
$ python setup.py install


**Why not installing directly with easy_install?** Because we depend on ``nagare-services`` which is not available on Pypi or elsewhere on internet.
So we ship it within the source distribution of Kansha, where ``easy_install`` is unable to locate it.
One should extract the distribution first, then install.

**easy_install caveat**: :command:`easy_install` ignores completely `semantic versioning <https://www.python.org/dev/peps/pep-0440/>`_ and may install the lastest development release instead of the latest stable. In that case, you'd better specify the version you want explicitly, for example::

$ easy_install -b. -e kansha==1.0.4
Expand Down

0 comments on commit c1bef56

Please sign in to comment.