Download
Getting the source code
- compressed tarball
- swsg-0.3.0.tar.gz
- zip file
- swsg-0.3.0.zip
Taking the latest version
To use the latest version from the git repository, you have to enter the following command:
git clone git://github.com/derdon/swsg.git
Requirements
In order to be able to install SWSG, you need Python (version 2.7 or 2.6 with the Python package argparse installed) and the following Python packages:
- texttable
- py
- progressbar
- at least one of the following markup languages: ReST, markdown , creole, textile
- (optional) one or more of the following template engines: jinja2, mako, genshi
Installation
Using pip / easy_install
If you are using pip or easy_install, you may use one of the following commands to download and install SWSG:
pip install swsg
easy_install swsg
Calling setup.py
After having downloaded the source (either an archive or a cloned repository), you have to enter the following command to install SWSG (may require root privileges):
python setup.py install