engineerjoe440 / ElectricPy

Electrical Engineering Formulas in Python
https://electricpy.readthedocs.io/en/latest/
MIT License
86 stars 16 forks source link

Automatically installing python dependencies #22

Closed Lakshmikanth2001 closed 3 years ago

Lakshmikanth2001 commented 3 years ago

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

Insted of manually installing them

image

engineerjoe440 commented 3 years ago

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!

Lakshmikanth2001 commented 3 years ago

https://github.com/engineerjoe440/ElectricPy/pull/23 I hope this pull request will add a feature to automatically install the required

dependencies

engineerjoe440 commented 3 years ago

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