From 1f45e92f186cede9c3aa36554e73723ce4e5c571 Mon Sep 17 00:00:00 2001 From: Clair Delafuente Date: Mon, 18 Aug 2025 19:54:30 +0000 Subject: [PATCH] Update README a little bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 46f8dac..1c56d44 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ I was asked to make an AppSettings archiver, so this should work as a rough atte Copy `config.example.py` to `config.py`. Configure your destination directory, and your ROBLOSECURITY cookie if you wish to provide one. I would recommend using an alternate Roblox account, mostly out of precaution. Your ROBLOSECURITY is not transmitted to any other place than Roblox with this script. This project uses [Poetry](https://python-poetry.org/), which has very clear documentation on how to install it: + +You will need Python 3.12, so install it.. please. + 1. `pip install pipx` to install PIPX 2. `pipx install poetry` to install Poetry under PIPX (You will have global access to Poetry, PIPX performs some gnarly isolation while still allowing global access to tools) 3. In this directory, run `poetry install`. This will install all dependencies required by AppSettings-archiver