Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 846 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 846 Bytes

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.