Setting up seeFretboard ======================= Install With Conda Environment ----------------------------- `Anaconda Installation/Docunmentation `_. ``` conda create --name --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.