-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,068 changed files
with
176,695 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.. 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 dftatom. | ||
|
||
:term:`python` 2.6 (or later but not python3) | ||
|
||
:term:`numpy` 1.1 (or later) | ||
array support for python | ||
(`download <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103>`__) | ||
|
||
:term:`scipy` | ||
|
||
:term:`matplotlib` | ||
|
||
.. _install_from_source: | ||
|
||
Installing from source | ||
====================== | ||
|
||
Once you have satisfied the requirements detailed above, you can build dftatom:: | ||
|
||
cd dftatom | ||
python setup.py build | ||
python setup.py install | ||
|
||
|
Empty file.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from apecore import * | ||
from apeio import * |
Oops, something went wrong.