Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 264 Bytes

INSTALLLATION.md

File metadata and controls

12 lines (8 loc) · 264 Bytes

INSTALLATION

At the moment this code is under fairly intensive extension so I haven't turned it into a module.

To install just copy the current version to somewhere in your Python path.

To check your Python path:

    import sys
    print(sys.path)