pip - Develop an Existing Python Package -


i trying fix bugs of open source package on github. git clone fork local directory. question how can override installed version version developing.

note: 1. particular package not support setup.py develop command 2. particular package managed anaconda's conda. have other packages in same situation managed pip

when install package resides in <env dir>lib/python3.4/site-packages/<any package> or can place in app , import in code.

if have mongoengine code in my_lib directory can import

from my_lib import mongoengine 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -