WyLyu / UPOsHam

UPOsHam is a Python package for computing unstable periodic orbits in two degrees of freedom Hamiltonian systems
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Check requirements #58

Closed Shibabrat closed 4 years ago

Shibabrat commented 4 years ago

Adding requirements to the setup and making uposham as an installable module. This should fix #54.

From now on the pip install can be replaced by python setup.py install (Fixes #9) and the code directory structure is finalized for the installation (Fixes #8).