Skip to content

Commit

Permalink
Merge pull request #13 from mhucka/mhucka-installation-suggestion
Browse files Browse the repository at this point in the history
Tiny suggestion for optional edit to instructions for editable installations
  • Loading branch information
NoureldinYosri authored Nov 5, 2024
2 parents 48bee12 + 814d3aa commit ec72ad5
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit ec72ad5

Please sign in to comment.