mirror of https://github.com/conqp/rcon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
321 B
15 lines
321 B
Installation
|
|
============
|
|
|
|
If you use `Arch Linux` or one of its derivatives, you can install `rcon` from the `AUR <https://aur.archlinux.org/packages/python-rcon/>`_.
|
|
Otherwise you can install `rcon` via pip:
|
|
|
|
.. code-block:: bash
|
|
|
|
pip install rcon
|
|
|
|
|
|
Requirements
|
|
============
|
|
|
|
`rcon` requires Python 3.8 or higher.
|
|
|