-
Notifications
You must be signed in to change notification settings - Fork 74
Add Qiskit Installer for Windows to list. #878
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
Conversation
72edac5 to
0bf0e66
Compare
0bf0e66 to
2fe5610
Compare
frankharkins
left a comment
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.
Thank you, sorry for the delay in reviewing
| @@ -0,0 +1,12 @@ | |||
| name = "Qiskit Installer for Windows" | |||
| url = "https://github.com/ket-q/qiskit_windows_installer" | |||
| description = "QIWI, the Qiskit Installer for WIndows, will set up Qiskit and a local copy of Visual Studio Code (VS Code) on your computer, with a ready-to-use Python virtual environment for Jupyter notebooks or Python files." | |||
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.
The description needs to be <135 characters, is this ok?
| description = "QIWI, the Qiskit Installer for WIndows, will set up Qiskit and a local copy of Visual Studio Code (VS Code) on your computer, with a ready-to-use Python virtual environment for Jupyter notebooks or Python files." | |
| description = "Set up Qiskit and Visual Studio Code (VS Code), with a ready-to-use virtual environment for Jupyter notebooks or Python files." |
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.
Actually, I'm going to merge this to move things forward, but please make an issue if you want it changing.
|
Ah, @AxelPetitt can you please sign the CLA? |
|
Hello @frankharkins, |
|
No, just you signing is fine thanks – the CLA is just for the contribution to this repo (~10 LOC), it doesn't affect your project's code. |
Add Qiskit Installer for Windows to list.
Closes #877