Installation ============ For the unpatient, you can just install the pip version `pip install spaudiopy` Requirements ------------ It's easiest to start with something like `Anaconda `_ as a Python distribution. You'll need Python >= 3.6 . #. Create a conda environment: * `conda create --name spaudio python=3.8 anaconda portaudio` #. Activate this new environment: * `conda activate spaudio` Have a look at the `setup.py` file, all dependencies are listed there. When using `pip` to install this package as shown below, all remaining dependencies not available from conda will be downloaded and installed automatically. Installation ------------ Download this package from `GitHub `_ and navigate to there. Then simply run the line: :: pip install -e . This will check all dependencies and install this package as editable.