docs: update readme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user