From cec1699030d112a8840726e021b93a8486dae0c8 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sun, 14 Dec 2025 11:13:41 +0100 Subject: [PATCH] docs: update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 881825f..ee19a60 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,14 @@ This tool performs destructive operations. Only use it if you intend to erase da ## Requirements -- Python 3.13+ -- [`atproto`](https://atproto.blue/en/latest/) -- [`uv`](https://github.com/astral-sh/uv) for dependency and virtual environment management +We're using [`uv`](https://github.com/astral-sh/uv) for dependency and virtual environment management. -## Setup +You can setup the project (aka create a virtual environment and install dependencies) with : ```bash git clone https://git.kharec.info/Kharec/skywipe.git cd skywipe -uv sync # creates a local virtualenv and installs dependencies +uv sync ``` ## How to run