Skip to content

Commit

Permalink
Version 1.25 - dependencies included
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Aug 31, 2018
1 parent 69c6865 commit b5be05f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
@@ -1,7 +1,7 @@
# [pyGle](https://github.com/Javinator9889/pyGle)
A tool for searching the entire web with the Google technology

[![PyPi](https://img.shields.io/badge/v1.24%20-PyPi-green.svg)](https://pypi.org/project/g-pyGle/)
[![PyPi](https://img.shields.io/badge/v1.25%20-PyPi-green.svg)](https://pypi.org/project/g-pyGle/)
[![ZIP](https://img.shields.io/badge/Package%20-Zip-blue.svg)](https://github.com/Javinator9889/pyGle/archive/master.zip)
[![GIT](https://img.shields.io/badge/Package%20-Git-red.svg)](https://github.com/Javinator9889/pyGle.git)
[![Downloads](https://pepy.tech/badge/g-pygle)](https://pepy.tech/project/g-pygle)
Expand Down Expand Up @@ -178,6 +178,21 @@ As usual, you have the [pip](https://pypi.org/project/pip/) mode or the

*The commands for *Windows* are the same but without `sudo`*

### Dependencies
There are some modules you must install in order to make *pyGle* work as expected:
+ **Common dependencies**:
```bash
pip install ujson
pip install lxml
pip install beautifulsoup4
pip install typing
```

+ **Python 2 dependencies**:
```bash
pip install futures
```

### *Installing via PyPi (pip)*

+ In some Linux systems, *pip* is not directly available in command line, so we have two options:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -322,7 +322,7 @@ If you really appreciate my work, you can *contribute to this project* perfectly
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.`

.. |PyPi| image:: https://img.shields.io/badge/v1.24%20-PyPi-green.svg
.. |PyPi| image:: https://img.shields.io/badge/v1.25%20-PyPi-green.svg
:target: https://pypi.org/project/g-pyGle/
.. |ZIP| image:: https://img.shields.io/badge/Package%20-Zip-blue.svg
:target: https://github.com/Javinator9889/pyGle/archive/master.zip
Expand Down

0 comments on commit b5be05f

Please sign in to comment.