File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,17 @@ Installation Requirements
11
11
* Django >= 1.7
12
12
* To install the source, download it from https://github.com/Lh4cKg/simple-geolang-toolkit and do ``python setup.py install ``.
13
13
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::
15
20
16
21
$ git clone https://github.com/Lh4cKg/simple-geolang-toolkit "geolang"
17
22
$ cd geolang
18
23
$ 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
19
25
20
26
Usage
21
27
---------
@@ -63,10 +69,10 @@ There are plenty of ways to contribute to this project. If you think you’ve fo
63
69
License
64
70
------------------
65
71
66
- ``geolang `` is distributed under
67
- [MIT license](LICENSE.md)
72
+ ``geolang `` is distributed under MIT license _.
68
73
69
74
70
75
.. _examples : https://github.com/Lh4cKg/simple-geolang-toolkit/blob/master/example.py
71
76
.. _github : https://github.com/Lh4cKg/simple-geolang-toolkit
72
77
.. _issue : https://github.com/Lh4cKg/simple-geolang-toolkit/issues
78
+ .. _license : https://github.com/Lh4cKg/simple-geolang-toolkit/blob/master/LICENSE.md
You can’t perform that action at this time.
0 commit comments