Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 451 Bytes

installation.md

File metadata and controls

10 lines (8 loc) · 451 Bytes

You'll need a Python version bigger or equal to 3.8.
If you're new to programming this page could help with learning resources.

Once you've got Python setup you can install property-utils from your IDE or via pip:

pip install property-utils

Dependencies

property-utils's only dependency is the typing-extensions library.