You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2018. It is now read-only.
@@ -78,7 +78,7 @@ You might need to install `dictzip` (StarDict output) and `kindlegen` (MOBI out
78
78
$ python -m penelope
79
79
```
80
80
81
-
This procedure will not any dependencies, see below.
81
+
This procedure will not install any dependencies: you will need to do that manually, see below.
82
82
83
83
84
84
### Dependencies
@@ -97,9 +97,9 @@ This procedure will not any dependencies, see below.
97
97
$ [sudo] pip install marisa-trie
98
98
```
99
99
100
-
or [`MARISA`](https://code.google.com/p/marisa-trie/) executables available in your `$PATH` or specified with `--marisa-bin-path`
100
+
or [MARISA](https://code.google.com/p/marisa-trie/) executables available in your `$PATH` or specified with `--marisa-bin-path`
101
101
102
-
* to write MOBI Kindle dictionaries: the [`kindlegen`](https://www.amazon.com/gp/feature.html?docId=1000765211) executable, available in your `$PATH` or specified with `--kindlegen-path`
102
+
* to write MOBI Kindle dictionaries: the [kindlegen](https://www.amazon.com/gp/feature.html?docId=1000765211) executable, available in your `$PATH` or specified with `--kindlegen-path`
103
103
104
104
* to read/write XML dictionaries: the Python module `lxml`:
105
105
@@ -154,6 +154,8 @@ optional arguments:
154
154
--title TITLE title string
155
155
--website WEBSITE website string
156
156
--year YEAR year string
157
+
--apply-css APPLY_CSS
158
+
apply the given CSS file (epub and mobi output only)
0 commit comments