From 056f70166a7049103d5855074a976806acf53b3c Mon Sep 17 00:00:00 2001 From: Brian Morearty Date: Sat, 7 Jan 2012 16:51:13 -0800 Subject: [PATCH] Remove > from readme command line examples. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1ba58bb..9e799d6 100644 --- a/README.md +++ b/README.md @@ -124,20 +124,20 @@ Unfortunately, there is no easy way to install pyexiv2, but if you have MacPorts , it's relatively simple; follow these steps to set up: - > sudo port install scons - > sudo port install exiv2 - > sudo port install boost +python26 + sudo port install scons + sudo port install exiv2 + sudo port install boost +python26 Then, after downloading Pyexiv2 and changing into its source directory: - > export CXXFLAGS="-I/opt/local/include" - > export LDFLAGS="-L/opt/local/lib -lpython2.6" - > sudo scons install - > cd /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ - > sudo mv libexiv2python.dylib libexiv2python.so + export CXXFLAGS="-I/opt/local/include" + export LDFLAGS="-L/opt/local/lib -lpython2.6" + sudo scons install + cd /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ + sudo mv libexiv2python.dylib libexiv2python.so Note that you'll have to use python2.6 to run the script; e.g., - > python2.6 exportiphoto ... + python2.6 exportiphoto ...