Install PyTeal ============== PyTeal requires Python version >= 3.10. If your operating system (OS) Python version < 3.10, we recommend: * Rather than override the OS Python version, install Python >= 3.10 alongside the OS Python version. * Use `pyenv `_ or similar tooling to manage multiple Python versions. The easiest way of installing PyTeal is using :code:`pip` : :: $ pip3 install pyteal Alternatively, choose a `distribution file `_, and run :: $ pip3 install [file name]