diff --git a/README.md b/README.md index cb7ef74..3d9cb60 100644 --- a/README.md +++ b/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) @@ -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: diff --git a/README.rst b/README.rst index 894a790..1a73b24 100644 --- a/README.rst +++ b/README.rst @@ -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 .` -.. |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 diff --git a/pyGle/.idea/workspace.xml b/pyGle/.idea/workspace.xml index 2764087..f30bf35 100644 --- a/pyGle/.idea/workspace.xml +++ b/pyGle/.idea/workspace.xml @@ -1,10 +1,9 @@ - - + - + @@ -699,7 +704,21 @@