Skip to content

Instantly share code, notes, and snippets.

@RodrigoPrior
Last active July 18, 2017 18:16
Show Gist options
  • Save RodrigoPrior/3c75b4b7114cb2d4327c to your computer and use it in GitHub Desktop.
Save RodrigoPrior/3c75b4b7114cb2d4327c to your computer and use it in GitHub Desktop.
Setup Ambiente - Ipython - Computer Vision

Setup de ambiente Ipython

Ambiente: Ubuntu 14.04

sudo apt-get install git  
sudo apt-get install python-scipy  
sudo apt-get install python-numpy  
sudo apt-get install python-skimage  
sudo apt-get install python-pandas  
sudo apt-get install python-opencv  
sudo apt-get install python-matplotlib  
sudo apt-get install ipython  
sudo apt-get install ipython-notebook  
sudo apt-get install python-sklearn  

Para testar o ipython

$ ipython notebook
@douglasrizzo
Copy link

Esse script aí não tá com nada, baixem um bem melhor aqui.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment