JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
172 stars 57 forks source link

Support local packages / development mode? #190

Open tbenst opened 3 years ago

tbenst commented 3 years ago

Thanks for this package!

Curious if there's a way to do pip install -e . or python setup.py develop or other method for installing a local python package? Thanks!