From d8ad6b7ae368e608c5f23ea4ec69acbc66d47b4c Mon Sep 17 00:00:00 2001 From: Harshit Gupta Date: Wed, 14 Dec 2022 22:16:56 +0530 Subject: [PATCH] add trebugger to pypi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e4500..ba9ab66 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository presents a debugger for the **qiskit transpiler** in the form of 1. To install the debugger using pip (a python package manager), use - ```bash -pip install -i https://test.pypi.org/simple/ --extra-index https://pypi.org/simple/ qiskit-trebugger +pip install qiskit-trebugger ``` - PIP will handle the dependencies required for the package automatically and would install the latest version. - Currently the project is hosted as a test package and would be hosted on the real index when *tests* are added.