-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Improve cirq-dev installation command #7213
New issue
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
Improve cirq-dev installation command #7213
Conversation
Use `pip install --upgrade` to ensure the latest development version.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7213 +/- ##
==========================================
- Coverage 98.15% 98.14% -0.01%
==========================================
Files 1100 1100
Lines 96253 96253
==========================================
- Hits 94473 94472 -1
- Misses 1780 1781 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for doing this!
Need to use `pip install --upgrade` to get the latest dev-release of cirq especially if stable cirq was already installed before. Follow-up to quantumlib#7213
Need to use `pip install --upgrade` to get the latest dev-release of cirq especially if stable cirq was already installed before. Follow-up to #7213
* Improve installation command for development Cirq Use `pip install --upgrade` to ensure the latest development version. * Adjust test of pip-install commands in notebooks
Need to use `pip install --upgrade` to get the latest dev-release of cirq especially if stable cirq was already installed before. Follow-up to quantumlib#7213
Use
pip install --upgrade
to ensure the latest development version.Adjust test of pip-install commands in notebooks.