summaryrefslogtreecommitdiff
path: root/aerialvision
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-04-15 10:28:27 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:05 -0700
commit49aaf1cd2cab61dea239264643f25e71251d1ce1 (patch)
tree190fd85f0737ebebb21c0c85f5d70af27f6a53ba /aerialvision
parentce59b2c4ed93e27cb7cc226e6c749769f37e30ce (diff)
New installation steps for aerial vision's dependencies.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11956]
Diffstat (limited to 'aerialvision')
-rw-r--r--aerialvision/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/aerialvision/README b/aerialvision/README
index f19a85a..c7b492d 100644
--- a/aerialvision/README
+++ b/aerialvision/README
@@ -1,2 +1,15 @@
See the file AerialVision-Manual.pdf in the doc directory for
installation and 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