IAU-ADES / ADES-Master

ADES implementation based on a master XML file
26 stars 7 forks source link

add Python requirements file #33

Closed stevenstetzler closed 7 months ago

stevenstetzler commented 8 months ago

This PR adds a requirements file to track and enable installation of Python software dependencies. Tracks issue #25.

Dependencies are listed (one per line) in Python/requirements.txt.

README.txt is changed to recommend installing Python dependencies via this file and pip:

$ python -m pip install -r ./Python/requirements.txt