From 3081b81343150da491376bbbff3a17cce7337c62 Mon Sep 17 00:00:00 2001 From: Andrew Musselman Date: Mon, 26 Feb 2024 13:58:39 -0800 Subject: [PATCH] Formatting nudge --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1390b7777..0eb5a6957 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,10 @@ Check out [basic gates](docs/basic_gates.md) for a quick introduction to the bas ## Getting started To install dependencies, run the following: -`$ pip install -U poetry` -`$ poetry install` +``` +$ pip install -U poetry +$ poetry install +``` #### Legal Please see the `NOTICE.txt` included in this directory for more information.