obeattie / pylons
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (25)
- Wiki (1)
- Graphs
-
Branch:
trunk
pylons /
| name | age | message | |
|---|---|---|---|
| |
.hgignore | Thu Dec 04 10:55:56 -0800 2008 | |
| |
CHANGELOG | Thu Nov 19 18:06:28 -0800 2009 | |
| |
LICENSE | Wed Dec 31 19:00:56 -0800 2008 | |
| |
MANIFEST.in | Mon Oct 06 17:47:11 -0700 2008 | |
| |
README.txt | Sun Feb 22 13:36:59 -0800 2009 | |
| |
UPGRADING | Wed Jun 27 16:32:45 -0700 2007 | |
| |
ez_setup.py | Wed Feb 18 22:39:43 -0800 2009 | |
| |
pylons/ | Tue Dec 29 20:21:16 -0800 2009 | |
| |
scripts/ | Sun Sep 13 12:36:07 -0700 2009 | |
| |
setup.cfg | Tue Dec 29 17:50:46 -0800 2009 | |
| |
setup.py | Mon Sep 14 17:07:58 -0700 2009 | |
| |
tests/ | Sun Dec 20 13:53:08 -0800 2009 |
README.txt
Pylons ++++++ Pylons is a rapid web application development framework. Full documentation is available online at http://pylonshq.com/docs/en/0.9.7/ Install ======= Installation instructions are at http://pylonshq.com/docs/en/0.9.7/gettingstarted/ If you want to install from source you can run the following command: .. code-block :: bash $ python setup.py install This will display a message and download setuptools if the module is not already installed. It will then install Pylons and all its dependencies. You may need root privileges to install setuptools. Testing ======= To test the source distribution run the following command: you will need to install Pylons as well some additional tools. .. code-block :: bash $ python setup.py test This will install additional dependencies needed for the tests. As above, you may need root privileges. Documentation ============= Generating documentation requires Sphinx: .. code-block :: bash $ easy_install Sphinx Then to build the documentation use the commands: .. code-block :: bash $ cd pylons/docs/<lang> $ make html
