Skip to content

Commit

Permalink
Import source from dftatom project
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jun 15, 2013
1 parent 77e24dc commit aea8f91
Show file tree
Hide file tree
Showing 1,068 changed files with 176,695 additions and 0 deletions.
Empty file added CHANGELOG
Empty file.
37 changes: 37 additions & 0 deletions INSTALL
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 added pseudo_dojo/ppgen/__init__.py
Empty file.
Binary file added pseudo_dojo/ppgen/ape/.ape.py.swp
Binary file not shown.
Binary file added pseudo_dojo/ppgen/ape/.apeio.py.swp
Binary file not shown.
2 changes: 2 additions & 0 deletions pseudo_dojo/ppgen/ape/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from apecore import *
from apeio import *
Loading

0 comments on commit aea8f91

Please sign in to comment.