|
Revision 171, 0.8 KB
(checked in by andy, 4 years ago)
|
|
Documentation fixes
- Improve installation instructions and include deps (fixes ticket #59)
- Tweak README file and remove silly disclaimer which is covered in the GPL anyway
|
| Line | |
|---|
| 1 | How to install pybackpack |
|---|
| 2 | ----------------------------- |
|---|
| 3 | |
|---|
| 4 | o Dependencies |
|---|
| 5 | - python |
|---|
| 6 | - pygtk |
|---|
| 7 | - pyglade |
|---|
| 8 | - rdiff-backup |
|---|
| 9 | - genisoimage |
|---|
| 10 | - nautilus-cd-burner (optional but currently needed for backup to CD/DVD) |
|---|
| 11 | |
|---|
| 12 | o Intro |
|---|
| 13 | Pybackpack uses distutils for its standard installation procedure so the |
|---|
| 14 | setup.py script provides installation routines. Note that it doesn't provide |
|---|
| 15 | uninstallation routines. If you require uninstallation and upgrade handling, |
|---|
| 16 | that's what package managers are for. Consider using one. |
|---|
| 17 | |
|---|
| 18 | o Installation |
|---|
| 19 | To install pybackpack to the default place on your system, run as root: |
|---|
| 20 | |
|---|
| 21 | ./setup.py install |
|---|
| 22 | |
|---|
| 23 | If you wish to install it to a different root or prefix (e.g. |
|---|
| 24 | --prefix=/usr/local) see ./setup.py install --help for options. |
|---|