From 4c031f5c9feb39260fa3d6354cdcf757f96b0503 Mon Sep 17 00:00:00 2001 From: SlightlyCyborg Date: Mon, 21 Jul 2014 06:14:43 -0500 Subject: [PATCH] Arch Install Changed By default Arch now comes installed with python3 as the default python path. Every call to python2 or pip2 should be explicit. --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index b6b3e29b9..d23307613 100644 --- a/README.markdown +++ b/README.markdown @@ -103,15 +103,15 @@ Run the following commands: ### Arch Linux Install using pip - pacman -S python2-numpy opencv2.4.4_1 python-pygame python2-setuptools ipython2 python2-pip - pip install https://github.com/sightmachine/SimpleCV/zipball/develop + pacman -S python2-numpy opencv python-pygame python2-setuptools ipython2 python2-pip + pip2 install https://github.com/sightmachine/SimpleCV/zipball/develop Install using clone of SimpleCV repository - pacman -S python2-numpy opencv2.4.4_1 python-pygame python2-setuptools ipython2 + pacman -S python2-numpy opencv python-pygame python2-setuptools ipython2 git clone https://github.com/sightmachine/SimpleCV.git cd SimpleCV/ - sudo python setup.py install + sudo python2 setup.py install Install development version using aur