Revision 757e87f2

b/README
42 42
6) In Mac computers with Snow Leopard, you may have a problem installing pycurl. Remember to set 64-bit arch when you install it.
43 43

  
44 44
    env ARCHFLAGS="-arch x86_64" ./bin/pip install pycurl
45

  
46

  
47
Testing
48
-------
49
The functional ui tests require the Selenium server to be running.
50

  
51
    $ wget http://selenium.googlecode.com/files/selenium-server-standalone-2.0b2.jar
52
    $ java -jar selenium-server-standalone-2.0b2.jar
53
    $ ./bin/python manage.py test ui
54

  

Also available in: Unified diff