Confirmed users
1,209
edits
mNo edit summary |
|||
Line 19: | Line 19: | ||
*** <code>python setup.py install</code> | *** <code>python setup.py install</code> | ||
* Initialize the database by running the <code>./PootleServer</code> script once. | * Initialize the database by running the <code>./PootleServer</code> script once. | ||
** '''Note for OS X users:''' At this point you may get an error that lxml is not installed. Running <code>easy_install lxml</code> didn't work for me, but it might work for you. Instead what I had to do was download the [http://codespeak.net/lxml/ | ** '''Note for OS X users:''' At this point you may get an error that lxml is not installed. Running <code>easy_install lxml</code> didn't work for me, but it might work for you. Instead what I had to do was download the [http://codespeak.net/lxml/index.html#download lxml.tqz] and then: | ||
***<code>tar -xvzf lxml-2.2.1.tgz</code> | ***<code>tar -xvzf lxml-2.2.1.tgz</code> | ||
***<code>cd lxml-2.2.1</code> | ***<code>cd lxml-2.2.1</code> |