Skip to content
This repository was archived by the owner on Jul 8, 2018. It is now read-only.

Commit 05a88b2

Browse files
committed
update readme
1 parent 18f0979 commit 05a88b2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Proyecto para la enseñanza y aprendizaje de la tabla períodica
1212
![Image of CuriElements](https://github.com/CodeHuntersLab/CuriElements/raw/master/resource/images/about.png)
1313

1414
## Instalación:
15+
16+
Descargar e instalar PyQt5 desde [Aquí](https://www.riverbankcomputing.com/software/pyqt/download5)
17+
1518
```shell
1619
pip install "CuriElements"
1720
```

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name='CuriElements',
5-
version='0.1.6.2',
5+
version='0.1.6.3',
66
packages=['CuriElements'],
77
url='https://github.com/CodeHuntersLab/CuriElements',
88
license='LGPL3 GPL3',
99
author='eyllanesc',
1010
author_email='e.yllanescuho@gmail.com',
1111
description='Proyecto orientado a la enseñanza y aprendizaje de la tabla períodica ',
12-
install_requires=["PyQt5>=5.7", "gTTS>=1.1.6", "wikipedia>=1.4.0"],
12+
install_requires=["gTTS>=1.1.6", "wikipedia>=1.4.0"],
1313
)

0 commit comments

Comments
 (0)