Changeset 3762cdb
- Timestamp:
- Dec 11, 2016, 5:48:03 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- 875d9d1
- Parents:
- 9d8cdb55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r9d8cdb55 r3762cdb 114 114 uninstall_python_with_pip: 115 115 # uninstall package 116 pip uninstall -y -v aubio || make uninstall_python_with_distutils 116 ( pip show aubio | grep -l aubio > /dev/null ) && \ 117 pip uninstall -y -v aubio || echo "info: aubio package is not installed" 117 118 118 119 install_python_with_distutils:
Note: See TracChangeset
for help on using the changeset viewer.