X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=docs%2Fpyutils.rst;h=4e8fdff0f1dec93b99375c2f2be67a89d21280b7;hb=1d839a6f02bf3340daea6b1c617eba0cd9e8cefb;hp=eb839075ce8b6c69b8fc7b84df8424f2fd19e9d3;hpb=e699089d766afa2ac4e665724160a12d28d4ade7;p=pyutils.git diff --git a/docs/pyutils.rst b/docs/pyutils.rst index eb83907..4e8fdff 100644 --- a/docs/pyutils.rst +++ b/docs/pyutils.rst @@ -41,6 +41,11 @@ stable: - overrides: code decorator to mark and enforce method overrides. - pytz: Python timezones, used in date parser and utils. +You can also install the wheel directly; the latest is checked in under: https://wannabe.guru.org/gitweb/?p=pyutils.git;a=tree;f=dist;hb=HEAD. To do so, download it, check that the MD5 +matches, and run:: + + pip install + Development -----------