From 16eaeb86948349141b1e6072eb6540c7cece10b6 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 7 Feb 2022 16:51:11 +0100 Subject: move to a namespace package under 'hydrilla' --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index cb82a64..c633758 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -TODO... \ No newline at end of file +# These are the sources of Hydrilla builder, a tool to convert packages into a form serveable by Hydrilla. + +TODO... + +To build the supplied example you can do something along the lines of: +``` +mkdir /tmp/bananowarzez/ +PYTHONPATH=src python3 -m hydrilla.builder -s src/test/source-package-example/ \ + -d /tmp/bananowarzez/ +# Now, list the files we just produced +find /tmp/bananowarzez/ +``` -- cgit v1.2.3