Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.55 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.55 KB

Planet Four

Join the chat at https://gitter.im/michaelaye/planet4

Software to support the analyis of planetfour data.

Build Status Coverage Status Code Health

See more on the Wiki here

Release link DOI

Poster at the DPS 2015 conference: DOI

Requirements

I develop now exclusively on Python 3.6. If you are still on Python 2, you really should upgrade. Ana/Miniconda from continuum.io makes it easy to have both versions though, in case you need it.

Install:

cd <where_u_store_software_from_others>
# next command will create folder `planet4`
git clone https://github.com/michaelaye/planet4.git
cd planet4
pip install .

This will add the module planet4 to your importable list of modules. (Without the need of adapting PYTHONPATH)