Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Etienne Nadji
PyScribus
Commits
a552c195
Commit
a552c195
authored
Nov 07, 2020
by
Etienne Nadji
Browse files
modifié : README.md
parent
885fdc12
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a552c195
# PyScribus
Une librairie Python pour manipuler (et documenter) le format de Scribus, le SLA.
**Branche principale, >= Python 3.8**
**Main branch, >= Python 3.8**
Une librairie Python pour manipuler (et documenter)
le format de Scribus, le SLA.
## Avancement
...
...
@@ -9,22 +13,29 @@ Une librairie Python pour manipuler (et documenter) le format de Scribus, le SLA
-
[ ] Import et export XML
-
[ ] Fonctions de haut niveau
## Pré-requis
## Obtenir PyScribus
```
bash
pip3
install
pyscribus
```
### Pré-requis
-
[
lxml
](
https://lxml.de/
)
-
[
svg.path
](
https://pypi.org/project/svg.path/
)
-
[
Pillow
](
https://python-pillow.org/
)
, optionnel, pour le module
``extra.wireframe``
### Debian / Ubuntu
###
#
Debian / Ubuntu
```
python
```
bash
sudo
apt
install
python3 python3-lxml
sudo
pip3
install
svg.path
```
## Documentation
La documentation est générée via Sphinx, avec le thème
*Read the Docs*
.
[
La documentation
](
https://etnadji.fr/pyscribus
)
est générée
via Sphinx, avec le thème
*Read the Docs*
.
```
bash
make sphinxdoc
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment