Skip to content

Commit

Permalink
Update pip install instruction to use requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjbrown committed Apr 18, 2021
1 parent 9b00433 commit 342ca00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Download the repository, then use [pip](https://pip.pypa.io/en/stable/) to insta
```bash
git clone https://github.com/aaronjbrown/PyGrowatt.git
cd PyGrowatt
pip install .
pip install -r requirements.txt .
```

## Usage
Expand Down

0 comments on commit 342ca00

Please sign in to comment.