Installation¶
Python Version¶
Platzky requires Python 3.10 or higher.
Installing Platzky¶
Install Platzky using pip:
$ pip install platzky
Or with Poetry:
$ poetry add platzky
Verify Installation¶
To verify that Platzky is installed correctly:
>>> import platzky
>>> print(platzky.__version__)
|version|