Skip to content

Commit

Permalink
Update use.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saguileran authored May 28, 2024
1 parent 21ec2c8 commit a63a933
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions use.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Here you will find a tutorial on how to download, install, and use the `birdsong
## Requirments

`birdsong` is implemented in Python 3.8 but it works for any latest Python version. The package requirements can be found at [requirements.txt](https://github.com/saguileran/birdsongs/blob/main/requirements.txt)

## Setup Python Environment

It is always a good practice to create a new environment to play with new packages. To do it, use the following command lines:

```bash
conda create -n birdsongs python=3.12
conda activate birdsong
```
When you finished using the birdsongs package just enter `conda deactivate` to disable the birdsongs environment.

## Downloading

Expand Down

0 comments on commit a63a933

Please sign in to comment.