Is there any solution to create specific installation of a python package with setup.py ?
I wanted to install different modules based on some parameters which would be given to pip.
Edit
Maybe, my first message was unclear, I will try below a better explanation.
We have a shared python package in order to share some code to the entire company tech worker. This package is in a private repo and installable via pip.
Sadly, this package is becoming to big and we now face some performance issue when trying to install it.
I was wondering if it was possible, somehow to create a custom setup.py script that will allow user to install only small part of the module and not the entire one.
Thanks for your help
from configure setup.py in order to provide multiple installation mode
No comments:
Post a Comment