neue Datei: Readme.rst
parent
66f1f915af
commit
b4f0e11b06
|
|
@ -0,0 +1,14 @@
|
||||||
|
Usage
|
||||||
|
=====
|
||||||
|
|
||||||
|
Preparation
|
||||||
|
-----------
|
||||||
|
|
||||||
|
* [make virtualenv: `python3 -m venv .venv`]
|
||||||
|
* [activate venv: `source .venv/bin/activate`]
|
||||||
|
* install dependencies: `pip3 install -r requirements.txt`
|
||||||
|
|
||||||
|
Run
|
||||||
|
---
|
||||||
|
|
||||||
|
`python3 dudle2csv.py -h`
|
||||||
Loading…
Reference in New Issue