Do not ship compiled files

Remove the compiled files from the source.

Running from sources will require an extra make step that will generate
the necessary ui modules.
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2015-09-11 12:33:58 +02:00
parent 41bb45b445
commit c47823616a
6 changed files with 9 additions and 740 deletions

View File

@@ -40,11 +40,12 @@ Run from sources
To launch the application, run
```
make
./relational_gui.py
```
If it needs some dependencies:
Qt5, Python 3.4 or greater, PyQt5
Qt5, Python 3.4 or greater, PyQt5, pyuic5
It can run on osx but bugreports about that will be rejected.