bbc / brave

Basic Real-time AV Editor - allowing you to preview, mix, and route live audio and video streams on the cloud
Apache License 2.0
654 stars 148 forks source link

Uses pipenv to manage deps #8

Closed moschopsuk closed 5 years ago

moschopsuk commented 5 years ago

Use pipenv to manage deps rather than using global pip hopefully not cause any issues such as #6

Basic guide: brew install pipenv libffi export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" pipenv install pipenv run python3 brave.py

matthew1000 commented 5 years ago

The diff I just made was required for it to work for me