Skip to content

Commit

Permalink
chore: restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Nov 25, 2018
1 parent 307ce4e commit 436613f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
@@ -1,4 +1,10 @@
This branch contains code for a convenience wrapper, which starts first the **frozen** backend, then the **frozen** frontend.

## Getting started
To freeze the convenience wrapper, simply run:

>
```
$ pyinstaller convenience-wrapper.spec
```

This will produce a single executable `DARIAH Topics Explorer` with the DARIAH flower icon in the folder `dist/convenience-wrapper`.
File renamed without changes.
Expand Up @@ -3,7 +3,7 @@
block_cipher = None


a = Analysis(['topicsexplorer-standalone.py'],
a = Analysis(['convenience-wrapper.py'],
pathex=[],
binaries=[],
datas=[],
Expand Down

0 comments on commit 436613f

Please sign in to comment.