-
Notifications
You must be signed in to change notification settings - Fork 40
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
Standard installation instruction visibility #979
base: master
Are you sure you want to change the base?
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## update_installation_instructions #979 +/- ##
===================================================================
Coverage ? 28.57%
===================================================================
Files ? 28
Lines ? 2495
Branches ? 0
===================================================================
Hits ? 713
Misses ? 1782
Partials ? 0 ☔ View full report in Codecov by Sentry. |
.github/CHANGELOG.md
Outdated
* Update Lightning-Tensor installation docs and usage suggestions. | ||
[(#979)](https://github.com/PennyLaneAI/pennylane-lightning/pull/979) |
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.
Hi @AntonNI8, what's the status of this PR?
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.
Hey @maliasadi , I just wanted to make some tweaks to the installation instructions for the lightning devices, but figured it would be best to wait until all of the v0.39 release work had been completed.
Pending reviews, I think we can go ahead with it.
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.
Looks good to me. Approved pending
- Rebase to master
- Making sure there aren't any merge conflicts
- All tests pass
Context:
The standard (default, preferred) installation instructions in the pennylane-lightning docs are easy to miss.
This could discourage users if they think they need to go through a more involved installation process, ie. installing from source.
Description of the Change:
Added a heading for standard installation instructions.
Benefits:
Easier to notice the most simple/straightforward installation method for lightning devices.
Possible Drawbacks:
Related GitHub Issues: