ranchop / therpy

atomic physics data analysis tools
1 stars 1 forks source link

therpy


Atomic physics data analysis tools.

Installation

To install the package use:

.. code:: shell

pip install therpy

To remove the package use:

.. code:: shell

pip uninstall therpy

If that doesn't work, clone the repository using git clone and then run:

.. code:: shell

python setup.py build
python setup.py install

Usage

Importing

To use therpy,

.. code:: python

import therpy as tp
cst = tp.cst()

Development

To develop the package, clone and:

.. code :: shell

python setup.py develop