diff options
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -18,12 +18,10 @@ Runtime requirements * python >=3.8 +.. note:: -Development requirements ------------------------- - -* nodejs >=7 -* yarn + on Ubuntu, if pycairo is not available, additional + ``apt install gcc pkg-config libcairo2-dev python3-dev`` is required Install @@ -35,11 +33,6 @@ Install .. note:: - on Ubuntu, if pycairo is not available, additional - ``apt install gcc pkg-config libcairo2-dev python3-dev`` is required - -.. note:: - Windows distribution, with embedded python, is available at `https://github.com/bozokopic/opcut/releases` @@ -61,6 +54,13 @@ Additional command line arguments:: $ opcut --help +Development requirements +------------------------ + +* nodejs >=7 +* yarn + + Build ----- |
