File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,13 @@ This is a Python library that allows interaction with `Mango API <https://develo
77Install
88=======
99
10- You can get the library from our GitHub account and copy the `` pymango `` folder into your project ::
10+ You can get the library from `` PyPI `` using `` pip `` ::
1111
12- $ git clone https://github.com/Mango/mango-python.git
13-
14- If you want to use ``pip ``, you can point it directly into the repository::
12+ $ pip install pymango
1513
16- $ pip install -e git+https://github.com/Mango/mango-python.git#egg=pymango
14+ If you want clone the repository, point it directly into our GitHub project::
1715
18- We are working out to include `` pymango `` into ` PyPI < https://pypi. python.org/pypi >`_.
16+ $ git clone https://github.com/Mango/mango- python.git
1917
2018
2119Documentation
You can’t perform that action at this time.
0 commit comments