1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
In order to install Epidermis, simply run this command from the terminal:
python setup.py install
You will need root access, so on a lot of systems, you should prefix this command with sudo:
sudo python setup.py install
The installer uses distutils, extensive documentation for distutils can be found at:
http://docs.python.org/install/
Epidermis is released under the GPL v3.
Debian packages for Ubuntu are available and recommended over installing Epidermis manually.
|