121
edits
| Line 37: | Line 37: | ||
Now, to get started with the pylons project, simply run: | Now, to get started with the pylons project, simply run: | ||
<pre> | <pre> | ||
python setup.py install | |||
</pre> | </pre> | ||
In the buildapi/ directory. (And inside your virtualenv, if you're using one). | |||
which should handle grabbing pylon project dependencies. You will also need to grab and install the google python visualization library from [http://code.google.com/p/google-visualization-python/ here]. | which should handle grabbing pylon project dependencies. You will also need to grab and install the google python visualization library from [http://code.google.com/p/google-visualization-python/ here]. | ||
edits