Update README.md

This commit is contained in:
tylerlaberge
2016-09-13 12:58:57 -04:00
committed by GitHub
parent 8bb048c2dd
commit a63872ae5a

View File

@@ -4,3 +4,12 @@ Design Pattern Templates for Python.
Visit the <a href='https://github.com/tylerlaberge/PyPattyrn/wiki'>wiki</a> for usage documentation.
Visit https://tylerlaberge.github.io/PyPattyrn/ for API documentation.
Installation:
pip install pypattyrn
or
git clone https://github.com/tylerlaberge/PyPattyrn.git
python setup.py install