engineerjoe440/ElectricPy

Automatically installing python dependencies

Closed this issue · 3 comments

Can we have a single command `pip install electripy` to install all the dependencies as well

Insted of manually installing them

image

Hi @Lakshmikanth2001!

I agree that would be excellent. Python standards dictate that setup.py supports some options to help with this sort of functionality. I'm afraid that I haven't had enough time to fully explore these options. Certainly would be good to add though!

#23 I hope this pull request will add a feature to automatically install the required

dependencies

I think that's great! We might be able to improve it over time, but for now, it's an excellent approach. Thank you!