diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -8,21 +8,6 @@ packages: gst_packages: sudo aptitude install python3-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio python3-gst-1.0 gir1.2-goocanvas-2.0 -PYTHON=/usr/bin/python3 - -create_virtualenv: - mkdir -p env - virtualenv -p $(PYTHON) env - env/bin/pip install -U pip - ln -sf ../env/bin/python bin/python - -install_python_deps: - env/bin/pip install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -U -r requirements.txt - -binexec: - chmod a+x bin/* - - node_modules/bower/bin/bower: npm install