Skip to content

Commit

Permalink
installation docs edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Simkovic committed Jan 12, 2017
1 parent 3effd14 commit 7ba0ff1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ The easiest way to install ConKit is via ``easy_install`` or ``pip``. To do so,
$> pip install conkit
If you would like to install ConKit manually into a project with a custom Python interpreter, then install it into using the command below. I.e., to manually install ConKit into the CCP4 distribution:

.. code-block:: bash
$> ccp4-python -m pip install conkit
Source Code
-----------
Expand Down Expand Up @@ -38,9 +44,5 @@ If this has completed successfully, you are good to go and you can now install C
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.


.. _latest version: https://github.com/fsimkovic/conkit/releases

0 comments on commit 7ba0ff1

Please sign in to comment.