Commit Graph

33 Commits

Author SHA1 Message Date
Philipp Wolfer
c20ce88a72 Documented charset_normalizer/chardet dependency in INSTALL.md 2024-03-19 07:44:35 +01:00
Philipp Wolfer
e381279086 Drop support for Python 3.8
By the time Picard 3 will be released official support for Python 3.8
will be already or nearly at its end.
2024-02-12 12:15:27 +01:00
Philipp Wolfer
89d53c599b Minimum supported Python version is now 3.8 2023-10-31 09:28:59 +01:00
Philipp Wolfer
0a713728af PICARD-2331: Update install docs for Qt6 2023-10-13 07:16:35 +02:00
Philipp Wolfer
a1ad409340 PICARD-2331: Update to Qt 6.5.2
This brings a huge update to QtMultimedia, fixing issues with
audio playback aborting on seek and volume changes.
2023-10-13 07:16:13 +02:00
Philipp Wolfer
7d55ae5e5d PICARD-2331: Upgrade to PyQt6 2023-10-13 07:10:06 +02:00
Laurent Monin
54ccf4ce00 Minor fixes to .md, making markdownlint happier 2023-09-21 23:57:24 +02:00
Philipp Wolfer
b0522a3b04 Document code signing in INSTALL.md 2023-08-15 09:38:25 +02:00
Laurent Monin
a5fcd0848e Add notes about packages to install for discid & embedded player 2023-06-16 09:14:32 +02:00
Laurent Monin
180a5fea8e Update INSTALL.md source run/dev instructions 2023-06-15 11:51:46 +02:00
Philipp Wolfer
55d5a6c1b2 Document GPG key used for signing PyPI releases
All PyPI releases get signed with the key 67997e14d563da7c

Signed-off-by: Philipp Wolfer <ph.wolfer@gmail.com>
2022-11-28 17:57:29 +01:00
Philipp Wolfer
4aff0310ca PICARD-2331: Python 3.7 is now the minimum supported version
PyQt6 is not available for older Python versions
2022-10-10 12:08:10 +02:00
jesus2099
e08190490c Update doc broken hyperlinks to cached versions
Update HTTP hyperlinks to HTTPS when possible
2022-01-27 07:57:36 +01:00
Philipp Wolfer
486d0fd2dc The minimum supported Qt5 version is now 5.11 2022-01-14 18:28:01 +01:00
Philipp Wolfer
05e0965356 PICARD-2203: PyJWT is optional, if missing addrelease will be disabled 2021-06-14 11:45:59 +02:00
Philipp Wolfer
40a3b84bbc Compatibility with PyJWT 1.x
For supporting packaging on more Linux ditsributions
2021-06-14 11:45:57 +02:00
Philipp Wolfer
c9dabff15d PICARD-2213: Support for YAML export packages is mandatory again 2021-05-19 12:31:13 +02:00
Philipp Wolfer
c80c79a827 INSTALL.md: Fixed link to mutagen 2021-05-04 16:02:22 +02:00
Philipp Wolfer
cf8325faff Python 3.6 is now the minimum supported version 2021-03-16 16:41:50 +01:00
Philipp Wolfer
854a36407d PICARD-2088: Raise PyQt5 dependency to >= 5.10 2021-02-15 15:12:25 +01:00
Philipp Wolfer
f8b8c7451e INSTALL.md: Document updated requirements 2020-06-05 11:23:57 +02:00
Philipp Wolfer
c4ed6c7379 Update install restructions to use setup.py build
This is required for tagger.py getting build
2019-11-27 23:19:34 +01:00
Philipp Wolfer
3803e385e3 INSTALL.md: Update gettext download link for Windows.
See also PW-71
2019-09-12 10:53:26 +02:00
Philipp Wolfer
1f67f031a4 PICARD-1388: Added uninstall information to INSTALL.md
Also recommend the pip approach, as it allows easy uninstall by default.
2019-09-12 10:45:52 +02:00
Laurent Monin
38a048f8dc Clean up /reformat install doc (especially regarding discid/libdiscid) 2019-03-09 11:40:41 +01:00
Wieland Hoffmann
2e18529ce9 Fill long_description with the contents of README.md
See https://packaging.python.org/guides/making-a-pypi-friendly-readme/.
2018-07-22 10:27:23 +02:00
Sambhav Kothari
bdd3c90d50 Add instructions for uploading to PyPi 2017-05-10 13:29:24 +05:30
Wieland Hoffmann
77b62e153b INSTALL, resources/README: Explicitly refer to python3
PEP 394 makes it clear that python should only be used for applications that can
be run with both Python 2 and Python 3, python3 should be used for Python 3.

pip3 is used because that's what Python 3 compatible pip is called on at least
Arch, Debian, Fedora and Ubuntu.
2017-04-08 17:53:32 +02:00
Wieland Hoffmann
5419af9162 Remove spaces in front of list items
They're not required by markdown
2017-04-07 18:43:27 +02:00
Wieland Hoffmann
9931229af7 pip only installs Python dependencies 2017-04-07 18:43:27 +02:00
Wieland Hoffmann
41ef16bbca Move the windows compiler note into its own list item
Similar to the gettext one
2017-04-07 18:43:27 +02:00
Wieland Hoffmann
3b743de52d Use four-space indent for single-line code blocks
Triple backticks are only useful for multi-line code blocks.
2017-04-07 18:43:26 +02:00
Sambhav Kothari
9a35ae7003 Update install instructions 2017-04-07 17:33:04 +05:30