Installation

PyPi

The easiest way to install ConKit is via easy_install or pip. To do so, simply run the following command on your command line and your are ready to go.

$> pip install conkit

Source Code

If you want to install ConKit from source, download the latest version from the GitHub repository. Then, use the following commands to install ConKit.

Download the latest version directly from GitHub or via your command line using git clone

$> git clone https://github.com/fsimkovic/conkit conkit
$> cd conkit

One downloaded, you might want to check that all functions are available on your system. Run the following command:

$> python setup.py test

If this has completed successfully, you are good to go and you can now install ConKit.

$> sudo python setup.py build install

ConKit is now successfully installed in your Python’s site-packages directory.

Note

The ConKit project has recently been added to the CCP4 and CCP-EM devtools distributions. This means that they will most likely be shipped with the full releases in the near future.