You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrate to use venv
* Fix install from source
* Add Powershell to prerequisites in README
* Remove pytest-regressions from requirements
* Change virtual environment activation command to PowerShell
Updated instructions for activating the virtual environment from bash to PowerShell.
Copy file name to clipboardExpand all lines: azure-quantum/README.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,48 @@ result = job.get_results()
79
79
80
80
You can find example Python scripts that use the Azure Quantum Python API in the [examples](https://github.com/microsoft/qdk-python/tree/main/azure-quantum/examples) directory.
81
81
82
+
## Development Setup ##
83
+
84
+
For developers who want to contribute to this package or run tests locally, follow these steps:
0 commit comments