We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 .
pip install .
2.) Use pip to install: pip install git+https://github.com/OpenMDAO/pyCycle.git
pip install git+https://github.com/OpenMDAO/pyCycle.git
The text was updated successfully, but these errors were encountered:
closed by #19
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: