From 6f618711722bb52d536af473482a08a2e336aa0c Mon Sep 17 00:00:00 2001 From: Marie Salm Date: Wed, 6 Sep 2023 14:45:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9fd9dfe..8fa7909 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Now the qiskit-service is available on http://localhost:5013/. The qiskit-service provides a Swagger UI, specifying the request schemas and showcasing exemplary requests for all API endpoints. * http://localhost:5013/api/swagger-ui +_Note_: To run the setup as a developer, see [here](./docs/dev/run-as-dev.md). + ## Sample Implementations for Transpilation and Execution Sample implementations can be found [here](https://github.com/UST-QuAntiL/nisq-analyzer-content/tree/master/example-implementations). Please use the raw GitHub URL as `impl-url` value (see [example](https://raw.githubusercontent.com/UST-QuAntiL/nisq-analyzer-content/master/example-implementations/Shor/shor-general-qiskit.py)).