-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme~.orig
49 lines (27 loc) · 999 Bytes
/
readme~.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Ubuntu 12.04 LTS – Precise Pangolin
Install OpenCV 2.3.1
sudo apt-get install libopencv-*
sudo apt-get install python-opencv
sudo apt-get install python-numpy
That’s it! OpenCV 2.3.1 is installed completely in Ubuntu 12.04 (Thanks for the package).
Install SimpleCV.
sudo apt-get install python-pygame
sudo apt-get install python-setuptools
sudo apt-get install ipython ipython-netbook # Not a necessity
Download the latest SimpleCV version from GitHub.
Extract it and change the directroy.
sudo python setup.py install
###########################################
install easygui
sudo apt-get install python-easygui
###################################
install tk
sudo apt-get install python-tk
######################################
<<<<<<< HEAD
sudo apt-get install python-scipy
##################################
sudo apt-get install python-webkit
####################################
=======
>>>>>>> 1913a95278006c0804cc4be5488ed2531ea753d8