From ae8435b236875fb19af128c43ed8e064618a32f6 Mon Sep 17 00:00:00 2001 From: Andrew Musselman Date: Mon, 26 Feb 2024 13:59:18 -0800 Subject: [PATCH] Formatting nudge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0eb5a6957..093af6bfd 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Check out [basic gates](docs/basic_gates.md) for a quick introduction to the bas To install dependencies, run the following: ``` -$ pip install -U poetry -$ poetry install +pip install -U poetry +poetry install ``` #### Legal