Files
aqtinstall/docs/installation.rst
Hiroshi Miura b629c84943 Drop support for Python 3.7 (#741)
- Minimum required python version to be 3.8.10, a last version which got regular bug fixes.
- tox: drop 3.7 and add 3.12
- Next aqtinstall release will be version 3.2.0

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-05-04 16:21:01 +09:00

63 lines
2.5 KiB
ReStructuredText

:tocdepth: 2
.. _installation:
Installation
============
Requirements
------------
- Minimum Python version: 3.8.10
- Dependencies: requests, py7zr, semantic_version, patch, texttable, bs4, defusedxml, humanize
Install by pip command
----------------------
Same as usual, it can be installed with ``pip``
.. code-block:: bash
$ pip install aqtinstall
Command changes
===============
From version 2.0.0, sub commands are changed.
The previous versions of these sub commands have been retained for backwards
compatibility, but are no longer recommended.
+------------------+---------------------+----------------------------+
| New sub commands | Legacy sub commands | Note |
+==================+=====================+============================+
| install-qt | install | Version moved after target |
+------------------+---------------------+----------------------------+
| install-tool | tool | Arguments are changed |
| | | |
| | | New syntax doesn't take |
| | | version |
+------------------+---------------------+----------------------------+
| install-example | examples | Version moved after target |
| | | |
| | | Caution with last (s) |
+------------------+---------------------+----------------------------+
| install-src | src | Version moved after target |
| | | |
| | | New command only can |
| | | take --kde option |
+------------------+---------------------+----------------------------+
| install-doc | doc | Version moved after target |
+------------------+---------------------+----------------------------+
| | list | Legacy list commands are |
| | | removed. |
+------------------+---------------------+----------------------------+
| list-qt | | |
+------------------+---------------------+----------------------------+
| list-tool | | |
+------------------+---------------------+----------------------------+