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