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 7e0e11e commit d9ad2afCopy full SHA for d9ad2af
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