Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan authored Oct 20, 2023
1 parent aaab579 commit 037ed19
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 @@ -15,12 +15,12 @@ Python module for interacting with HKC's Alarm API, allowing for easy interactio

1. Clone this repository:
```
git clone [your-repo-link]
git clone https://github.com/jasonmadigan/pyhkc
```

2. Navigate to the repository's directory:
```
cd [your-repo-directory]
cd pyhkc
```

3. Install the required packages:
Expand Down Expand Up @@ -69,4 +69,4 @@ print("Recent Logs:", logs)
```bash
python3 setup.py sdist bdist_wheel
twine upload dist/*
```
```

0 comments on commit 037ed19

Please sign in to comment.