Files
open_dbm/docs/website/versioned_docs/version-2.0/dependencies-installation.md

1.8 KiB

id, title, description, hide_table_of_contents
id title description hide_table_of_contents
dependencies-installation Dependencies Installation OpenDBM needs you to install some dependencies before do any pip install true

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';

This page will help you install the prerequisites for each OS platforms.

If you are new to python environment, the easiest way to get started is with Conda CLI. Conda is an open source package management system and environment management system that runs on Windows, macOS, Linux and z/OS. Conda quickly installs, runs and updates packages and their dependencies. Conda easily creates, saves, loads and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language.

If you are already familiar with python environment, you may to proceed install the dependencies using your python environment

The instructions are a bit different depending on your development operating system.

Development OS

Install sox

brew install sox

Standalone installation

Follow this guide to install sox in windows.

Install sox

sudo apt-get install sox

Install libsndfile1

sudo apt-get install libsndfile1