We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee761c3 commit 9b29af0Copy full SHA for 9b29af0
doc/source/index.rst
@@ -37,10 +37,12 @@ Installation
37
38
To install the latest version of yajl-py, run::
39
40
- easy_install yajl-py
+ pip install yajl-py
41
42
For the development version you may visit
43
-`yajl-py at github <http://github.com/pykler/yajl-py>`_.
+`yajl-py at github <http://github.com/pykler/yajl-py>`_::
44
+
45
+ pip install git+https://github.com/pykler/yajl-py.git
46
47
Alternatives
48
------------
0 commit comments