OpenMDAO / pyCycle

Thermodynamic cycle modeling library, built on top of OpenMDAO
Other
77 stars 53 forks source link

Readme - Confusing pip install #3

Closed onodip closed 4 years ago

onodip commented 4 years ago

The instruction for install can be a bit confusing, since there exists another pycycle package: https://github.com/bndr/pycycle/tree/master/pycycle

For me, even if I am in the correct folder, pip prefers to install the other pycycle.

I would propose to use one of the two options in the readme:

1.) Clone this repo, change directory to the pyCycle folder, then use pip to install: pip install .

2.) Use pip to install: pip install git+https://github.com/OpenMDAO/pyCycle.git

JustinSGray commented 4 years ago

closed by #19