diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-12-29 22:23:25 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-12-29 22:23:25 +0100 |
| commit | 746249269e78e0b2043b24c5d0ee061d03ce3db5 (patch) | |
| tree | 1dbc95944794ad04344427d158f6e6a7a5e3305a /README.rst | |
| parent | ec322371a96035ea7e23afb58c83bd94c97f6cd8 (diff) | |
requirements update
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 ----- |
