Test Python features & examples
This project uses the asdf to manager Python and Poetry versions. You need to instal asdf first. Follow the instructions here to install asdf.
- Install the Python version:
asdf install python 3.12.5
- Install the Poetry version:
Now we need to install the asdf Poetry plugin. See bellow:
asdf plugin-add poetry https://github.com/asdf-community/asdf-poetry.git
asdf install poetry 1.8.3- Check the correct versions:
python -V
poetry -V