Procházet zdrojové kódy

README: add note about python version compatibility

Marek Marczykowski-Górecki před 7 roky
rodič
revize
6f46faba6c
1 změnil soubory, kde provedl 13 přidání a 1 odebrání
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -1,2 +1,14 @@
-This is client side implementation of Qubes management API. See
+This is client side implementation of Qubes Admin API. See
 https://www.qubes-os.org/doc/mgmt1/ for protocol specification.
+
+
+
+Compatibility
+=============
+
+Most of the API modules are compatible with Python >= 2.7.
+Very few parts require Python >= 3.4:
+ - tools (`qvm-*`)
+ - qubesmgmt.events module (for asyncio module)
+
+Parts not compatible with Python < 3.4, are not installed in such environment.