jronayne / PyTransport

A Python Package for the calculation of inflationary correlation functions.
Other
17 stars 3 forks source link

Make PyTransport pip-installable #11

Open rjrosati opened 1 year ago

rjrosati commented 1 year ago

Hi,

I think it would be great to have PyTransport's dependencies and environment properly specified so that the Python package installer, pip, could automatically install PyTransport and resolve its dependencies to appropriate working versions.

This shouldn't be very difficult assuming the needed dependencies are known, see https://packaging.python.org/en/latest/tutorials/packaging-projects/ . I would be happy to contribute!