From a63a93314d51423ca2f7eab459d8152bfdc66d45 Mon Sep 17 00:00:00 2001 From: Sebastian Aguilera Novoa Date: Mon, 27 May 2024 23:31:34 -0500 Subject: [PATCH] Update use.md --- use.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/use.md b/use.md index cfbecef..b708df4 100644 --- a/use.md +++ b/use.md @@ -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