Note in documentation that borgmatic requires Python 3.6+.
This commit is contained in:
parent
77980511c6
commit
fbbb096cec
3 changed files with 2 additions and 4 deletions
|
@ -635,7 +635,7 @@ properties:
|
||||||
Password with which to connect to the database.
|
Password with which to connect to the database.
|
||||||
Omitting a password will only work if PostgreSQL
|
Omitting a password will only work if PostgreSQL
|
||||||
is configured to trust the configured username
|
is configured to trust the configured username
|
||||||
without a password, or you create a ~/.pgpass
|
without a password or you create a ~/.pgpass
|
||||||
file.
|
file.
|
||||||
example: trustsome1
|
example: trustsome1
|
||||||
format:
|
format:
|
||||||
|
|
|
@ -66,8 +66,6 @@ following:
|
||||||
tox -e black
|
tox -e black
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that Black requires at minimum Python 3.6.
|
|
||||||
|
|
||||||
And if you get a complaint from the
|
And if you get a complaint from the
|
||||||
[isort](https://github.com/timothycrosley/isort) Python import orderer, you
|
[isort](https://github.com/timothycrosley/isort) Python import orderer, you
|
||||||
can ask isort to order your imports for you:
|
can ask isort to order your imports for you:
|
||||||
|
|
|
@ -28,7 +28,7 @@ sudo pip3 install --user --upgrade borgmatic
|
||||||
This installs borgmatic and its commands at the `/root/.local/bin` path.
|
This installs borgmatic and its commands at the `/root/.local/bin` path.
|
||||||
|
|
||||||
Your pip binary may have a different name than "pip3". Make sure you're using
|
Your pip binary may have a different name than "pip3". Make sure you're using
|
||||||
Python 3, as borgmatic does not support Python 2.
|
Python 3.6+, as borgmatic does not support Python 2.
|
||||||
|
|
||||||
The next step is to ensure that borgmatic's commands available are on your
|
The next step is to ensure that borgmatic's commands available are on your
|
||||||
system `PATH`, so that you can run borgmatic:
|
system `PATH`, so that you can run borgmatic:
|
||||||
|
|
Loading…
Reference in a new issue