Skip to content

Commit d9ad2af

Browse files
committed
Update installation docs
1 parent 7e0e11e commit d9ad2af

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

+12
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,23 @@ Requirements
6464
Installation
6565
------------
6666

67+
From PyPI
68+
^^^^^^^^^
69+
6770
::
6871

6972
pip install rest_framework_ember
7073

7174

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+
7284
-----
7385
Usage
7486
-----

0 commit comments

Comments
 (0)