Skip to content
Varbin edited this page Nov 21, 2015 · 3 revisions

Simple way

Execute following commands:

  1. [sudo] pip install python-camellia
  2. [sudo] python -m camellia

Install latest git snapshot

  1. [sudo] pip install git+git://github.com/var-sec/python-camellia
  2. [sudo] python -m camellia

Manual installation

  1. Download the latest source code a) With git: git clone https//github.com/var-sec/python-camellia cd python-camellia b) The source from the cheeseshop
  2. python setup.py build
  3. [sudo] python setup.py install
  4. Important: Leave the build directory!
  5. Execute [sudo] python -m camellia.

Clone this wiki locally