Getting started¶
Using pip¶
The easiest way to install classified is to use pip:
~ $ sudo pip install classified
Downloading/unpacking classified
Downloading classified-1.3.0.tar.gz
Running setup.py egg_info for package classified
Installing collected packages: classified
Running setup.py install for classified
building 'classified._platform' extension
changing mode of /usr/bin/classified to 755
Successfully installed classified
Cleaning up...
On Linux, using Debian (wheezy) or Ubuntu¶
Firstly, install the required dependancies:
~ $ sudo apt-get install python-magic python-lzma python-jinja2
...
Grab a copy of the rarfile module from PyPi and install it:
Now you can install classified:
~ $ wget https://pypi.python.org/packages/source/c/classified/classified-1.3.0.tar.gz ~ $ tar -xzf classified-1.3.0.tar.gz ~ $ cd classified-1.3.0 classified-1.3.0 $ sudo python setup.py install