Organizational Packages

I have two python packages that import as submodules in the same organization:

 

site-packages/seaborn/module_a

site-packages/seaborn/module_b

 

What can I do so that I can use the '-e' option on 'pip install' with PyCharm for each individual module?

Is it possible to create installs that place different files into the same package?

0

Please sign in to leave a comment.