dockonsurf / docs / source / installation.rst @ 4fd2e6f0
Historique | Voir | Annoter | Télécharger (1,81 ko)
1 |
Installation |
---|---|
2 |
============ |
3 |
Download the ``dockonsurf`` directory and place it somewhere in your computer, |
4 |
by typing in your terminal: :: |
5 |
|
6 |
git clone http://forge.cbp.ens-lyon.fr/git/dockonsurf |
7 |
|
8 |
In order to be able to execute DockOnSurf by simply typing ``dockonsurf.py`` You need |
9 |
to add the DockOnSurf directory in your ``PATH``. Assuming you download it in your ``$HOME`` |
10 |
directory, add ``$HOME/dockonsurf`` to your ``PATH`` variable by typing: :: |
11 |
|
12 |
PATH="$PATH:$HOME/dockonsurf/" |
13 |
|
14 |
If you downloaded it elsewhere, replace ``$HOME`` for the actual path where your DockOnSurf is |
15 |
(where you did the ``git clone`` command). |
16 |
If you want to permanently add the DockOnSurf directory in your ``PATH`` add |
17 |
``PATH="$PATH:$HOME/dockonsurf/"`` at the end of your ``$HOME/.bashrc`` file. |
18 |
|
19 |
DockOnSurf needs the python libraries listed under **Requirements** to be installed |
20 |
and available. The easiest way to do this is with the ``conda`` package and environment |
21 |
manager (see https://docs.conda.io/en/latest/). You can alternatively install |
22 |
them using pip except from RDKit, which is not available as its core routines are |
23 |
written in C. |
24 |
|
25 |
Requirements |
26 |
^^^^^^^^^^^^ |
27 |
|
28 |
* `Python <http://www.python.org/>`_ >= 3.6 |
29 |
* `Matplotlib <https://matplotlib.org>`_ ~= 3.2.1 |
30 |
* `NumPy <http://docs.scipy.org/doc/numpy/reference/>`_ >= 1.16.6 |
31 |
* `RDKit <https://rdkit.org/>`_ ~= 2019.9.3 |
32 |
* `scikit-learn <https://scikit-learn.org/>`_ ~= 0.23.1 |
33 |
* `HDBSCAN <https://hdbscan.readthedocs.io/en/latest/basic_hdbscan.html>`_ ~= 0.8.26 |
34 |
* `ASE <https://wiki.fysik.dtu.dk/ase/>`_ ~= 3.19.1 |
35 |
* `NetworkX <https://networkx.org/>`_ >= 2.4 |
36 |
* `python-daemon <https://pypi.org/project/python-daemon/>`_ ~= 2.2.4 |
37 |
* `pymatgen <https://pymatgen.org/>`_ ~= 2020.11.11 |
38 |
* `pycp2k <https://github.com/SINGROUP/pycp2k>`_ ~= 0.2.2 |
39 |
|
40 |
For instance, `this is a hyperlink reference <https://odoo.com>`_. |