Skip to content

Commit a589572

Browse files
committed
Merge pull request #2 from atarantini/master
Core: Updated instructions to use pip.
2 parents ac50246 + 5897aae commit a589572

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ This is a Python library that allows interaction with `Mango API <https://develo
77
Install
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

2119
Documentation

0 commit comments

Comments
 (0)