Skip to content

Commit

Permalink
Update README to use Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
hwalker928 committed Sep 14, 2024
1 parent 8ac6fec commit 46f3aea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@

## Installation

1. Install Python 3.12+ from the Microsoft Store
2. Install the required packages by running `pip install -r requirements.txt`
3. Rename `config.example.toml` to `config.toml` and edit the values to your liking
4. Run the script by running `python main.py`
1. Install Python 3.11+ from the Microsoft Store
2. Install `pipx` by running `python3 -m pip install --user pipx`
3. Run `.\pipx.exe ensurepath` to add `pipx` to your PATH
4. Install `poetry` by running `pipx install poetry`
5. Install the dependencies by running `poetry install`
6. Rename `config.example.toml` to `config.toml` and edit the values to your liking
7. Run the script by running `python main.py`

### To-do
- Dead air lamp
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

0 comments on commit 46f3aea

Please sign in to comment.