Skip to content

amitgroup/amitgroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amit Group

Code For Yali Amit's Research Group written in Python.

Requirements

Documentation

Installation

pip install amitgroup

For developers

If you are planning to develop for amitgroup, it might be nicer to run it in place. For this, compile the Cython-driven code by

python setup.py build_ext --inplace

and then of course don't forget to add the top amitgroup directory to your PYTHONPATH.