docs: update readme

This commit is contained in:
2025-12-14 11:13:41 +01:00
parent 094bf12e62
commit cec1699030

View File

@@ -8,16 +8,14 @@ This tool performs destructive operations. Only use it if you intend to erase da
## Requirements ## Requirements
- Python 3.13+ We're using [`uv`](https://github.com/astral-sh/uv) for dependency and virtual environment management.
- [`atproto`](https://atproto.blue/en/latest/)
- [`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 ```bash
git clone https://git.kharec.info/Kharec/skywipe.git git clone https://git.kharec.info/Kharec/skywipe.git
cd skywipe cd skywipe
uv sync # creates a local virtualenv and installs dependencies uv sync
``` ```
## How to run ## How to run