You can choose between the easy "standalone" package or the
virtualenv way:
- pros:
- you can install
python packages in a clean way (also binary package, e.g. PIL)
- creating is simple, with our boot script
- prepared for multi site installation (multiple instance can use one env.)
- cons:
- shell account needed
- complicated directory/file structure than standalone package
Virtualenv installation guides are here: install PyLucid in a virtual environment
- pros:
- no shell account needed
- simple move files via FTP on Webspace
- simple directory/file structure
- cons:
- useable only for one site (not prepared for multi site installation)
Standalone installation guides are here: install PyLucid standalone package