diff options
| author | bozokopic <bozo.kopic@gmail.com> | 2018-04-24 13:54:40 +0200 |
|---|---|---|
| committer | bozokopic <bozo.kopic@gmail.com> | 2018-04-24 13:54:40 +0200 |
| commit | efbe7c3b75f05cbe1f7670f6e0fac05270a93bef (patch) | |
| tree | f5dc2d226cbbb00f114b9ab1b1f7d63efae7474b /README.rst | |
| parent | e77fbff877452586c89f8542cc3f211d3bb3fe5e (diff) | |
setup.py
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -28,13 +28,23 @@ Development requirements Install ------- -... + $ pip install opcut Run --- -... +Running server (default listening address http://0.0.0.0:8080): + + $ opcut server + +Running command line utility: + + $ opcut calculate ... + +Additional command line arguments: + + $ opcut --help Build @@ -62,7 +72,6 @@ TODO * global * create CONTRIBUTING - * write setup.py * optimizer |
