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.
2 parents 533ffb3 + d9ad2af commit 00b0d8bCopy full SHA for 00b0d8b
README.rst
@@ -64,11 +64,23 @@ Requirements
64
Installation
65
------------
66
67
+From PyPI
68
+^^^^^^^^^
69
+
70
::
71
72
pip install rest_framework_ember
73
74
75
+From Source
76
+^^^^^^^^^^^
77
78
+::
79
80
+ $ git clone https://github.com/ngenworks/rest_framework_ember.git
81
+ $ cd rest_framework_ember && pip install -e .
82
83
84
-----
85
Usage
86
0 commit comments