matthewrankin / sdfascii-examples

Python code to process sdf files for ibanez_ts9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdfascii examples

Development Setup

Development Setup Using pyenv

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

License

sdfascii-examples is released under the MIT license. Please see the LICENSE.txt file for more information.

About

Python code to process sdf files for ibanez_ts9


Languages

Language:Python 100.0%