[DOCs][Dependencies] Fixed note details
- Removed PyPi redundance - Fixed alt text for Tools
This commit is contained in:
parent
d15e20d8b9
commit
5e15d694e3
|
|
@ -102,16 +102,15 @@ You can also run KiBot using docker images in a CI/CD environment like GitHub or
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
- When installing from the Debian repo you don't need to worry about dependencies, just pay attention to *recommended* and *suggested* packages.
|
- When installing from the Debian repo you don't need to worry about dependencies, just pay attention to *recommended* and *suggested* packages.
|
||||||
- When installing using `pip` the dependencies marked as **PyPi dependency** will be automatically installed.
|
- When installing using `pip` the dependencies marked with  will be automatically installed.
|
||||||
- The dependencies marked with **Auto-download** can be downloaded on-demand by KiBot.
|
- The dependencies marked with **Auto-download** can be downloaded on-demand by KiBot.
|
||||||
Note this is experimental and is mostly oriented to 64 bits Linux systems.
|
Note this is experimental and is mostly oriented to 64 bits Linux systems.
|
||||||
- The `kibot-check` tool can help you to know which dependencies are missing.
|
- The `kibot-check` tool can help you to know which dependencies are missing.
|
||||||
- Note that on some systems (i.e. Debian) ImageMagick disables PDF manipulation in its `policy.xml` file.
|
- Note that on some systems (i.e. Debian) ImageMagick disables PDF manipulation in its `policy.xml` file.
|
||||||
Comment or remove lines like this: `<policy domain="coder" rights="none" pattern="PDF" />` (On Debian: `/etc/ImageMagick-6/policy.xml`)
|
Comment or remove lines like this: `<policy domain="coder" rights="none" pattern="PDF" />` (On Debian: `/etc/ImageMagick-6/policy.xml`)
|
||||||
-  Link to Debian stable package.
|
-  Link to Debian stable package.
|
||||||
-  This is a Python dependency from PyPi and will be installed when using `pip`
|
|
||||||
-  This is a Python module, not a separated tool.
|
-  This is a Python module, not a separated tool.
|
||||||
-  This is an independent tool, can be a binary or a Python script.
|
-  This is an independent tool, can be a binary or a Python script.
|
||||||
|
|
||||||
[**Distutils**](https://pypi.org/project/Distutils/)  [](https://packages.debian.org/bullseye/python3-distutils)
|
[**Distutils**](https://pypi.org/project/Distutils/)  [](https://packages.debian.org/bullseye/python3-distutils)
|
||||||
- Mandatory
|
- Mandatory
|
||||||
|
|
|
||||||
|
|
@ -102,16 +102,15 @@ You can also run KiBot using docker images in a CI/CD environment like GitHub or
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
- When installing from the Debian repo you don't need to worry about dependencies, just pay attention to *recommended* and *suggested* packages.
|
- When installing from the Debian repo you don't need to worry about dependencies, just pay attention to *recommended* and *suggested* packages.
|
||||||
- When installing using `pip` the dependencies marked as **PyPi dependency** will be automatically installed.
|
- When installing using `pip` the dependencies marked with  will be automatically installed.
|
||||||
- The dependencies marked with **Auto-download** can be downloaded on-demand by KiBot.
|
- The dependencies marked with **Auto-download** can be downloaded on-demand by KiBot.
|
||||||
Note this is experimental and is mostly oriented to 64 bits Linux systems.
|
Note this is experimental and is mostly oriented to 64 bits Linux systems.
|
||||||
- The `kibot-check` tool can help you to know which dependencies are missing.
|
- The `kibot-check` tool can help you to know which dependencies are missing.
|
||||||
- Note that on some systems (i.e. Debian) ImageMagick disables PDF manipulation in its `policy.xml` file.
|
- Note that on some systems (i.e. Debian) ImageMagick disables PDF manipulation in its `policy.xml` file.
|
||||||
Comment or remove lines like this: `<policy domain="coder" rights="none" pattern="PDF" />` (On Debian: `/etc/ImageMagick-6/policy.xml`)
|
Comment or remove lines like this: `<policy domain="coder" rights="none" pattern="PDF" />` (On Debian: `/etc/ImageMagick-6/policy.xml`)
|
||||||
-  Link to Debian stable package.
|
-  Link to Debian stable package.
|
||||||
-  This is a Python dependency from PyPi and will be installed when using `pip`
|
|
||||||
-  This is a Python module, not a separated tool.
|
-  This is a Python module, not a separated tool.
|
||||||
-  This is an independent tool, can be a binary or a Python script.
|
-  This is an independent tool, can be a binary or a Python script.
|
||||||
|
|
||||||
@dependencies@
|
@dependencies@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue