Skip to content

Minor fixes, symlink and venv #75

Description

@ke4ahr

I needed/ran the following to get amodem running in my environment:

sudo apt-get install python-dev python3-pyaudio python-pyaudio-doc
sudo ln -s /usr/lib/x86_64-linux-gnu/libportaudio.so.2 /usr/lib/x86_64-linux-gnu/libportaudio.so

python3 -m venv ~/ve_amodem
. ~/ve_amodem/bin/activate
pip install wheel
python setup.py bdist_wheel 
pip install . 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions