summaryrefslogtreecommitdiff
path: root/aerialvision/README
blob: 1836cc4ecc5c0e35deb01367cc53249afd0df380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
See the file AerialVision-Manual.pdf in the doc directory for 
usage instructions.

To be able to use Aerial Vision, you only need to install its dependencies:
	* python-pmw
	* python-ply
	* python-numpy
	* libpng12-dev
	* python-matplotlib

For an Ubuntu system, this could be done by running the following command:
sudo apt-get install python-pmw python-ply python-numpy libpng12-dev python-matplotlib

For other systems, you need to use your respective package manager to install
the dependencies