Skip to content

Commit cc07a6e

Browse files
author
Lasha Gogua
committed
update README
1 parent 25ae5aa commit cc07a6e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,17 @@ Installation Requirements
1111
* Django >= 1.7
1212
* To install the source, download it from https://github.com/Lh4cKg/simple-geolang-toolkit and do ``python setup.py install``.
1313

14-
To install ``geolang``::
14+
A simple way to install ``geolang`` package::
15+
16+
$ pip install geolang
17+
$ pip install -r requirements.txt
18+
19+
To install the source ``geolang`` package::
1520

1621
$ git clone https://github.com/Lh4cKg/simple-geolang-toolkit "geolang"
1722
$ cd geolang
1823
$ sudo python setup.py install # if you do not have a default Python 3, then use the python3 install instead of python install
24+
$ pip install -r requirements.txt
1925

2026
Usage
2127
---------
@@ -63,10 +69,10 @@ There are plenty of ways to contribute to this project. If you think you’ve fo
6369
License
6470
------------------
6571

66-
``geolang`` is distributed under
67-
[MIT license](LICENSE.md)
72+
``geolang`` is distributed under MIT license_.
6873

6974

7075
.. _examples: https://github.com/Lh4cKg/simple-geolang-toolkit/blob/master/example.py
7176
.. _github: https://github.com/Lh4cKg/simple-geolang-toolkit
7277
.. _issue: https://github.com/Lh4cKg/simple-geolang-toolkit/issues
78+
.. _license: https://github.com/Lh4cKg/simple-geolang-toolkit/blob/master/LICENSE.md

0 commit comments

Comments
 (0)