Project

General

Profile

« Previous | Next » 

Revision 16eaeb86

Added by koszko over 1 year ago

move to a namespace package under 'hydrilla'

View differences:

README.md
1
TODO...
1
# These are the sources of Hydrilla builder, a tool to convert packages into a form serveable by Hydrilla.
2

  
3
TODO...
4

  
5
To build the supplied example you can do something along the lines of:
6
```
7
mkdir /tmp/bananowarzez/
8
PYTHONPATH=src python3 -m hydrilla.builder -s src/test/source-package-example/ \
9
	       -d /tmp/bananowarzez/
10
# Now, list the files we just produced
11
find /tmp/bananowarzez/
12
```

Also available in: Unified diff