Changes between Version 22 and Version 23 of InstallationGuide
- Timestamp:
- May 27, 2009, 12:38:02 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuide
v22 v23 20 20 === Linux === 21 21 22 As most distributions come with python and all needed modules (just install them through your application manager), there is no need to pre-build a package. Just install itwith distutils tools:22 As most distributions come with python and all needed modules (just install them through your application manager), there is no really interest in building a binary package including the python interpretor. Just install Papywizard with distutils tools: 23 23 24 24 {{{ 25 25 $ python setup.py install --prefix=/usr/local 26 26 }}} 27 28 ''Note: a debian package should come soon.''29 27 30 28 === Nokia ===