Additional developer documentation? #1137
Labels
documentation
Patch Party
Collaborative effort mostly done as part of a patch party
User
Issue Raised by a user
Hi folks, I'm most of the way through completing a feature branch to add ingestion of small bodies through the MPC Explorer API interface. I've a couple of questions on development workflow before generating the PR:
importlib_resources
) to arequirements.txt
and do apip install -e .
to make it editable. With thepoetry
(?) basedtom_base
this doesn't work; there isn't arequirements.txt
file and runningpip install -e .
results in uninstalling thetomtoolkit-2.21.0
version and installing a0.0.0
version, which then breaks the dependencies for things liketom_fink
which need a tomtoolkit version >2.17.2 for example. Can some documentation be added for how to setup your development environment ?importlib_resources
to allow the test to find the test datafile transparently but this requires adding a new dependency - what is the procedure for wanting or adding new dependencies ?The text was updated successfully, but these errors were encountered: