Skip to content

Getting started

Kryptoxin is a software written in Python and can be easily installed by cloning the official project's repository or by using a package installer such as pip.

Installation

With pip recommended

Open up a terminal and install Kryptoxin using pip:

pip install kryptoxin
pip install kryptoxin==0.9.9

The above commands will automatically install all the required dependencies.

With git

First make sure you have git installed. Then, fetch the source code from the official Kryptoxin repository, next checkout the latest production release and finally install the kryptoxin module and all its dependencies on your system:

git clone https://github.com/e3prom/kryptoxin
cd kryptoxin
sudo make install
git clone https://github.com/e3prom/kryptoxin
cd kryptoxin
git checkout tags/0.9.9
sudo make install