Skip to content
Snippets Groups Projects
Commit 85c29f36 authored by Wagner Gonçalves Pinto's avatar Wagner Gonçalves Pinto
Browse files

Update README

parent f54c0068
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,11 @@ To install all dependencies, one may use [conda](https://anaconda.org/): ...@@ -59,7 +59,11 @@ To install all dependencies, one may use [conda](https://anaconda.org/):
conda env create -f ./dependencies/conda_env.yml --verbose conda env create -f ./dependencies/conda_env.yml --verbose
``` ```
Acoustic beamforming package [Beamlib](https://gitlab.isae-supaero.fr/acoustic-beamforming/beamlib) is not required for training a model but necessary if one wants to use the implemented database generation and testing funcionalities. To install it you can either clone the repository or install the package's wheel available in the [dependencies](/depdendencies) folder by running (preferably after activating the dedicated conda environment) `pip install dependencies/Beamlib-0.20-py3-none-any.whl`. Acoustic beamforming package [Beamlib](https://gitlab.isae-supaero.fr/acoustic-beamforming/beamlib) is not required for training a model but necessary if one wants to use the implemented database generation and testing funcionalities. To install it you can either clone the repository or install the package's wheel available in the [dependencies](/depdendencies) folder by running (preferably after activating the dedicated conda environment):
```shell
pip install dependencies/Beamlib-0.20-py3-none-any.whl
```
## Usage ## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment