Skip to content

Commit

Permalink
Remove not used files and fix the setup
Browse files Browse the repository at this point in the history
  • Loading branch information
saguileran committed Jan 21, 2023
1 parent c27adbc commit ba56aa0
Show file tree
Hide file tree
Showing 54 changed files with 14,477 additions and 5,173 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
264 changes: 0 additions & 264 deletions Gemfile.lock

This file was deleted.

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ birdsong is implemented in python 3.8. It requires:
- scikit_maad
- setuptools
- ipython
- lazy_loader
- pygobject


## Downloading
Expand All @@ -78,24 +78,24 @@ The next step is to install the required packages, any of the following commands

```bat
pip install -r ./requirements.txt
python -m pip install -r ./requirements.txt
# python -m pip install -r ./requirements.txt # (equivalent)
```

<!--
You can now use the package in a python terminal opened at the birdsongs folder.

<!--
To use the package from any folder install the repository, this can be done with any of the two following lines
-->

Install the birdsong package

```bat
python .\setup.py install
pip install .
```
-->

That's all!

Take a look at the tutorials notebooks for basic uses: physical model implementation, [motor-gestures.ipynb](./motor-gestures.ipynb); define and generate a syllable from a recorded birdsong, [syllable.ipynb](./syllable.ipynb);
or to generate a whole birdsong, several syllables, [birdsong.ipynb](./birdsong.ipynb),
Take a look at the tutorials notebooks for basic uses: physical model implementation, [motor-gestures.ipynb](./tutorials/motor-gestures.ipynb); define and generate a syllable from a recorded birdsong, [syllable.ipynb](./tutorials/syllable.ipynb);
or to generate a whole birdsong, several syllables, [birdsong.ipynb](./tutorials/birdsong.ipynb),

## Use

Expand Down
Loading

0 comments on commit ba56aa0

Please sign in to comment.