File: installation.rst

package info (click to toggle)
python-rcon 2.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 1,224; makefile: 42; sh: 6
file content (15 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.