Messing with config files for git presubmit check while cleaing
[pyutils.git] / docs / pyutils.rst
index 29f401cc46a7ddfe3e91323fbf2c53f04c8d1856..4e8fdff0f1dec93b99375c2f2be67a89d21280b7 100644 (file)
@@ -41,7 +41,10 @@ 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.
+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 <filename.whl>
 
 Development
 -----------