From a7bb2f392f051c0b6f4a57aab51b345137175b02 Mon Sep 17 00:00:00 2001 From: Nour Yosri Date: Thu, 9 May 2024 14:09:43 -0700 Subject: [PATCH 1/2] Add a note about conda env to dev env --- docs/dev/development.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/dev/development.md b/docs/dev/development.md index 94233045315..bd37b22522d 100644 --- a/docs/dev/development.md +++ b/docs/dev/development.md @@ -122,6 +122,8 @@ See the previous section for instructions. (When you later open another terminal, you can activate the virtualenv with `workon cirq-py3`.) + **Note: Some highly managed or customized devices have configurations that interfere with `virtualenv`. In that case, [anaconda](https://www.anaconda.com/) environments may be a better choice.** + 3. Check that the tests pass. ```bash From f1f640677443287c528fad15c9b8270d7eac2503 Mon Sep 17 00:00:00 2001 From: Noureldin Date: Thu, 9 May 2024 14:48:58 -0700 Subject: [PATCH 2/2] Update docs/dev/development.md Co-authored-by: Pavol Juhas --- docs/dev/development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dev/development.md b/docs/dev/development.md index bd37b22522d..98006478a23 100644 --- a/docs/dev/development.md +++ b/docs/dev/development.md @@ -122,7 +122,8 @@ See the previous section for instructions. (When you later open another terminal, you can activate the virtualenv with `workon cirq-py3`.) - **Note: Some highly managed or customized devices have configurations that interfere with `virtualenv`. In that case, [anaconda](https://www.anaconda.com/) environments may be a better choice.** + **Note:** Some highly managed or customized devices have configurations that interfere with `virtualenv`. + In that case, [anaconda](https://www.anaconda.com/) environments may be a better choice. 3. Check that the tests pass.