updated README conda installation instructions

This commit is contained in:
Santiago Martinez 2023-02-21 09:22:50 +00:00
parent 0320d4c57f
commit 8f7020f72c

View File

@ -8,9 +8,8 @@ Code for detecting and classifying bat echolocation calls in high frequency audi
1) Install the Anaconda Python 3.10 distribution for your operating system from [here](https://www.continuum.io/downloads). 1) Install the Anaconda Python 3.10 distribution for your operating system from [here](https://www.continuum.io/downloads).
2) Download this code from the repository (by clicking on the green button on top right) and unzip it. 2) Download this code from the repository (by clicking on the green button on top right) and unzip it.
3) Create a new environment and install the required packages: 3) Create a new environment and install the required packages:
`conda create -y --name batdetect2 python==3.10` `conda env create -f environment.yml`
`conda activate batdetect2` `conda activate batdetect2`
`conda install --file requirements.txt`
### Try the model ### Try the model