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

Easy 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

  2. With git: git clone https//github.com/var-sec/python-camellia cd python-camellia

  3. The source from the cheeseshop

  4. python setup.py build

  5. [sudo] python setup.py install

  6. Important: Leave the build directory!

  7. Execute [sudo] python -m camellia.

Clone this wiki locally