From 27a5e92c83e15eb55e15a6e8dbb87094e8e2c007 Mon Sep 17 00:00:00 2001 From: Derek Date: Mon, 16 Dec 2019 15:11:40 -0800 Subject: [PATCH] Added branch name to installation steps (#9) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99d623be3..d4162cbf7 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ export AWS_PROFILE=YOUR_PROFILE_NAME 4. Install `braket-python-sdk` package. ```bash -git clone https://github.com/aws/braket-python-sdk.git +git clone https://github.com/aws/braket-python-sdk.git --branch stable/latest pip install -e braket-python-sdk ``` -To install test dependencies for running tests locally run: +If you want to run tests and / or do any development on the framework run: ```bash pip install -e "braket-python-sdk[test]" ```