https://github.com/coldfix/steam-acolyte
quando dou o comando ele me retorna isso no terminal:
pip install --user steam-acolyte
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
ERROR: Could not find a version that satisfies the requirement steam-acolyte (from versions: none)
ERROR: No matching distribution found for steam-acolyte

  • Staudey replied to this.
  • SandroGameplay pip is the command for the old Python2 pip, as you can see from that message. pip3 is the new command for the Python3 pacakge. BUT I would recommend against using the system's pip3 to install Python modules. Best to use something like pipx or set up an isolated environment another way. Otherwise your manually installed modules can conflict with the system's own.

    SandroGameplay pip is the command for the old Python2 pip, as you can see from that message. pip3 is the new command for the Python3 pacakge. BUT I would recommend against using the system's pip3 to install Python modules. Best to use something like pipx or set up an isolated environment another way. Otherwise your manually installed modules can conflict with the system's own.

      Staudey você poderia me ajudar a instalar esse steam acolyte poderia me passar o comando que eu possa executar no terminal sou leigo no solus linux se puder me ajudar agradeço

        SandroGameplay If we go the pipx route the following worked for me just now:

        1. Install pipx
          sudo eopkg it pipx

        2. Install steam acolyte via pipx
          pipx install steam-acolyte

        3. Run steam acolyte
          steam-acolyte

          2 months later

          Staudey olá meu amigo como eu faço para criar um icone desse steam acolyte na area de trabaho?