wobbl_tools/README.md

14 lines
342 B
Markdown

# Wobbl tools
A python module for some projects by the Wobbler.
## Installation
To install this module, you just have to clone the repository, cd into it and let pip install it.\
You can do so by running these commands:
```bash
git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git
cd wobbl_tools
pip install -e .
```