jchris / couchapp

The official repo is now at http://github.com/couchapp/couchapp
http://wiki.github.com/couchapp/couchapp
157 stars 123 forks source link

Add this to the docs #14

Open dovy opened 10 years ago

dovy commented 10 years ago

In OSX you must do the following to actually install...

sudo env ARCHFLAGS="-arch i386 -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future" pip install couchapp

That stupid -Wno-error=unused-command-line-argument-hard-error-in-future was a big problem to find. Hah.