diff options
| author | bozokopic <bozo.kopic@gmail.com> | 2018-04-25 12:33:37 +0200 |
|---|---|---|
| committer | bozokopic <bozo.kopic@gmail.com> | 2018-04-25 12:33:37 +0200 |
| commit | 565a2e0cfc71bbee7c2d713e69ba65014b2c50c1 (patch) | |
| tree | 634d48dd51269e396ad8751a5ac06114f83d1c16 | |
| parent | efbe7c3b75f05cbe1f7670f6e0fac05270a93bef (diff) | |
README update
| -rw-r--r-- | README.rst | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -28,21 +28,23 @@ Development requirements Install ------- +:: + $ pip install opcut Run --- -Running server (default listening address http://0.0.0.0:8080): +Running server (default listening address http://0.0.0.0:8080):: $ opcut server -Running command line utility: +Running command line utility:: $ opcut calculate ... -Additional command line arguments: +Additional command line arguments:: $ opcut --help @@ -81,7 +83,3 @@ TODO * back-end * additional output formats - -* front-end - - * additional GUI refactoring |
