Skip to content

Commit

Permalink
update master to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrambhia committed Apr 8, 2013
1 parent 6c4c31f commit c2fce42
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,17 @@ The easiest way to install SimpleCV is with the packages for your distribution (

<a id="ubuntu"></a>
### Ubuntu 12.04
Install with pip

sudo apt-get install ipython python-opencv python-scipy python-numpy python-pygame python-setuptools python-pip
sudo pip install https://github.com/ingenuitas/SimpleCV/zipball/master
sudo pip install https://github.com/ingenuitas/SimpleCV/zipball/develop

Install using clone of SimpleCV repository

sudo apt-get install ipython python-opencv python-scipy python-numpy python-pygame python-setuptools git
git clone https://github.com/ingenuitas/SimpleCV.git
cd SimpleCV/
sudo python setup.py install

then just run 'simplecv' from the shell.

Expand All @@ -84,16 +93,25 @@ Run the following commands:
tar zxvf pygame.tar.gz
cd ..
./bin/python src/pygame-pygame-6625feb3fc7f/setup.py -setuptools install
./bin/pip install https://github.com/ingenuitas/SimpleCV/zipball/master
./bin/pip install https://github.com/ingenuitas/SimpleCV/zipball/develop





<a id="archlinux"></a>
### Arch Linux
pacman -S python2-numpy opencv2.3.1_a-4 python-pygame python2-setuptools ipython2 python2-pip
pip install https://github.com/ingenuitas/SimpleCV/zipball/master
Install using pip

pacman -S python2-numpy opencv2.4.4_1 python-pygame python2-setuptools ipython2 python2-pip
pip install https://github.com/ingenuitas/SimpleCV/zipball/develop

Install using clone of SimpleCV repository

pacman -S python2-numpy opencv2.4.4_1 python-pygame python2-setuptools ipython2
git clone https://github.com/ingenuitas/SimpleCV.git
cd SimpleCV/
sudo python setup.py install

<a id="macos">
### Mac OS X (10.6 and above)
Expand Down Expand Up @@ -399,6 +417,7 @@ These libraries are NOT required to run or use SimpleCV but are needed for some
* Tesseract (<http://code.google.com/p/tesseract-ocr/>)
* python-tesseract (<http://code.google.com/p/python-tesseract/>)
* Orange (<http://orange.biolab.si>)
* scikit-learn



Expand Down

0 comments on commit c2fce42

Please sign in to comment.