From 46f3aeac168e1f61e0a5c86a7c85d9f65c9f93e4 Mon Sep 17 00:00:00 2001 From: hwalker928 Date: Sat, 14 Sep 2024 13:38:43 +0100 Subject: [PATCH] Update README to use Poetry --- README.md | 11 +++++++---- requirements.txt | 4 ---- 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 requirements.txt diff --git a/README.md b/README.md index 84f2dc5..df50136 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 6bfe078..0000000 --- a/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -flask -tk -tomli -AzuracastPy \ No newline at end of file