Skip to content

llgoncalves/harpia

 
 

Repository files navigation

Harpia

This project is a new vision about how to program.



INSTALLATION: ------------- ### Install To install Harpia, there is two options by terminal:
Command
Compactado: tar -xvvzf harpia-1.0.tar.gz
Cloning GitHub: git clone https://github.com/flschiavoni/harpia.git
git checkout newgui

Then procede with instalation:

sudo python setup.py install
sudo apt-get install libopencv-dev python-opencv
sudo apt-get install python-gtk2 python-glade2
sudo apt-get install python-gnome2
sudo apt-get install python-pip
sudo apt-get install libgoocanvas-2.0-common
sudo apt-get install gir1.2-goocanvas-2.0
sudo apt-get install python-lxml
sudo apt-get install python-gobject
sudo apt-get install python-gi
sudo pip install BeautifulSoup4

Uninstall

To uninstall Harpia, execute at terminal:

sudo ./uninstall.sh


PACKAGING INFO: ---------------

This source distribution was generated with:

python setup.py sdist --formats=gztar

You can generate a built distribution (:metal:) for your platform using:

python setup.py bdist


SCREENSHOTS: ------------
FURTHER INFO: -------------

[Site original do projeto Harpia] (http://s2i.das.ufsc.br/harpia/en/home.html)

or asking to:

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%