Skip to content

Commit

Permalink
Added branch name to installation steps (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek authored and avawang1 committed Dec 16, 2019
1 parent 89f2915 commit 27a5e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
```
Expand Down

0 comments on commit 27a5e92

Please sign in to comment.