Remove vendor directory from git
Directory will automatically get created when it's used as pip's target.
This commit is contained in:
parent
193605df4a
commit
b494b6b62a
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -27,5 +27,4 @@ tags
|
||||||
settings.yaml
|
settings.yaml
|
||||||
gdrive_credentials
|
gdrive_credentials
|
||||||
|
|
||||||
#kindlegen
|
vendor
|
||||||
vendor/kindlegen
|
|
||||||
|
|
|
@ -64,6 +64,8 @@ Tick to enable remote login, i.e. a link that allows user to log in via a differ
|
||||||
|
|
||||||
Python 2.7+
|
Python 2.7+
|
||||||
|
|
||||||
|
To install dependencies, run `pip install --target vendor -r requirements.txt`. To install optional dependencies, run `pip install --target vendor -r optional-requirements.txt`.
|
||||||
|
|
||||||
Optionally, to enable on-the-fly conversion from EPUB to MOBI when using the send-to-kindle feature:
|
Optionally, to enable on-the-fly conversion from EPUB to MOBI when using the send-to-kindle feature:
|
||||||
|
|
||||||
[Download](http://www.amazon.com/gp/feature.html?docId=1000765211) Amazon's KindleGen tool for your platform and place the binary named as `kindlegen` in the `vendor` folder.
|
[Download](http://www.amazon.com/gp/feature.html?docId=1000765211) Amazon's KindleGen tool for your platform and place the binary named as `kindlegen` in the `vendor` folder.
|
||||||
|
|
0
vendor/.gitempty
vendored
0
vendor/.gitempty
vendored
Loading…
Reference in New Issue
Block a user