Use the following commands to create a Python virtualenv using pyenv and pyenv-virtualenv, install the requirements in the virtualenv named, and list the available Invoke tasks.
$ pyenv virtualenv 3.11 sdfexamples
$ pyenv activate sdfexamples
$ pip install --upgrade pip
$ pip install -r requirements.txt
$ inv -l
sdfascii-examples is released under the MIT license. Please see the LICENSE.txt file for more information.