Open rjrosati opened 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.
pip
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!
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!