X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=docs%2Fpyutils.rst;h=29f401cc46a7ddfe3e91323fbf2c53f04c8d1856;hb=f44a316caad851cb7cf38120746ed1df72dca858;hp=7d19ab70d7e5cd236d154cbdad4a8e0d4f53fbc7;hpb=662b6f87542552c454396e42e1e6ce96ae2ad612;p=pyutils.git diff --git a/docs/pyutils.rst b/docs/pyutils.rst index 7d19ab7..29f401c 100644 --- a/docs/pyutils.rst +++ b/docs/pyutils.rst @@ -41,6 +41,8 @@ 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. + Development ----------- @@ -83,6 +85,7 @@ To actually build the code (by which I mean type check it, lint it, package it, it, etc...) you need some other dependencies installed: - black: I use black to auto-format the code + - mypy: a Python type checker - coverage: used by the --coverage option of `run_tests.py`. - flake8: a Python linter - pylint: another Python linter