wobbl_tools/README.md

15 lines
342 B
Markdown
Raw Normal View History

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
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:
```bash
2024-02-25 14:10:07 +01:00
git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git
cd wobbl_tools
pip install -e .
2024-02-25 14:10:07 +01:00
```