2023-11-11 19:50:32 +01:00
|
|
|
# Wobbl tools
|
|
|
|
|
2024-02-24 17:23:21 +01:00
|
|
|
A python module for some projects by the Wobbler.
|
2023-11-11 19:50:32 +01:00
|
|
|
|
2024-02-24 17:23:21 +01:00
|
|
|
## Installation
|
2023-11-11 19:50:32 +01:00
|
|
|
|
2024-12-07 19:06:45 +01:00
|
|
|
To install this module, you just have to clone the repository, cd into it and let pip install it.\
|
2024-02-25 14:10:07 +01:00
|
|
|
You can do so by running these commands:
|
|
|
|
|
2024-12-07 19:06:45 +01:00
|
|
|
```bash
|
2024-02-25 14:10:07 +01:00
|
|
|
git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git
|
2024-12-07 19:06:45 +01:00
|
|
|
cd wobbl_tools
|
|
|
|
pip install -e .
|
2024-02-25 14:10:07 +01:00
|
|
|
```
|