1.. The source of this document is INSTALL. During the doc build process,
2.. this file is copied over to doc/users/installing.rst.
3.. Therefore, you must edit INSTALL, *not* doc/users/installing.rst!
4
5**********
6Installing
7**********
8
9.. _install_requirements:
10
11Build requirements
12==================
13
14These are external packages which you will need to install before installing abipy.
15
16python 2.6 (or later but not python3)
17
18numpy 1.1 (or later)
19    array support for python
20    (`download <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103>`__)
21
22scipy
23
24matplotlib
25
26.. _install_from_source:
27
28Installing from source
29======================
30
31Once you have satisfied the requirements detailed above, you can build abipy::
32
33  cd abipy
34  python setup.py build
35  python setup.py install
36
37
38