diff --git a/help-ru.html b/help-ru.html index 36e8d2d..10e0314 100644 --- a/help-ru.html +++ b/help-ru.html @@ -326,6 +326,7 @@
  • Python 3.8+ с pip
  • Git
  • Смарт-картридер (PC/SC или serial/FTDI). Предпочтителен PC/SC; на Linux требуются pcsc-lite + ccid
  • +
  • Только Windowspyscard (обёртка драйвера PC/SC) устанавливается из готовых wheels PyPI, поэтому компилятор обычно не требуется. Microsoft C++ Build Tools («Desktop development with C++») нужны только если pip переходит к сборке из исходников (например, неподдерживаемая версия Python).
  • 7.2 Быстрый старт — Linux / macOS

    diff --git a/help.html b/help.html index 642508f..c83cced 100644 --- a/help.html +++ b/help.html @@ -326,6 +326,7 @@
  • Python 3.8+ with pip
  • Git
  • Smart card reader (PC/SC or serial/FTDI). PC/SC is preferable; on Linux it requires pcsc-lite + ccid
  • +
  • Windows onlypyscard (the PC/SC driver wrapper) is installed from precompiled PyPI wheels, so no compiler is normally needed. Microsoft C++ Build Tools (“Desktop development with C++”) are only required if pip falls back to a source build (e.g. unsupported Python version).
  • 7.2 Quick start — Linux / macOS