Commit 1b74267e authored by Alessandro dos Santos Ferreira's avatar Alessandro dos Santos Ferreira
Browse files

Pynovisao - Atualizando README.md

parent 5a581d8d
......@@ -27,7 +27,7 @@ Pacote de Visão Computacional do Inovisão.
- scikit-image
- Opencv 2.7
- python-weka-wrapper 0.3.5
- tk-dev
- tk/tk-dev
### Windows
......@@ -130,7 +130,7 @@ Pacote de Visão Computacional do Inovisão.
- http://pythonhosted.org/python-weka-wrapper/install.html
- http://pythonhosted.org/python-weka-wrapper/troubleshooting.html
## Como instalar o tk-deve
## Como instalar o tk/tk-dev
### Ubuntu
......@@ -138,10 +138,14 @@ Pacote de Visão Computacional do Inovisão.
$ sudo apt-get install tk tk-dev
```
Em caso de erro *cannot import name _tkagg*, tente os seguintes comandos
Na ocorrência do erro 'cannot import name _tkagg', tentar os seguintes comandos:
```
$ sudo apt-get install tk tk-dev
$ sudo pip uninstall matplotlib
$ sudo pip install matplotlib
```
## Mais informações
- http://www.tkdocs.com/tutorial/install.html
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment