Posts by The King Killer • 1 point
2 posts
-
0
votes1
answer47
viewsA: python project on github with submodule
Just to maintain a positive cycle of who knows the most helps who knows the least, follows the solution, hopefully useful to someone. In the example below follows the setup.py, first added the…
-
-2
votes1
answer47
viewsQ: python project on github with submodule
I have a python project and want to include a submodule (which is another github file) in the same directory, and I want it to be installed automatically during the installation of the main module.…