Setting up seeFretboard¶
Install With Conda Environment¶
Anaconda Installation/Docunmentation.
`
conda create --name <env> --file Conda-package-list.txt
`
Install with Pip¶
Pip Installation/Docunmentation.
Install Library
`
pip install seeFretboard
`
Install Dependencies
`
pip install -r requirements.txt
`
Additional Steps¶
Depending on your specific use case, you may need to perform additional steps such as installing system-level dependencies or configuring the environment.