Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiny suggestion for optional edit to instructions for editable installations #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Frequency(3.0, 'MHz')
```bash
git clone https://github.com/quantumlib/TypedUnits
cd TypedUnits
pip install .
pip install -e .
```

# Development and Testing
Expand All @@ -141,7 +141,7 @@ Frequency(3.0, 'MHz')
1. Install TUnits

```bash
pip install .
pip install -e .
```

1. Test.
Expand All @@ -160,4 +160,4 @@ dev_tools/format.sh --check # to verify format

---

**Note:** This is not an officially supported Google product
**Note:** This is not an officially supported Google product