Changeset 109ba42
- Timestamp:
- Sep 23, 2018, 10:11:00 AM (6 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
- Children:
- 3d8a6c0
- Parents:
- 3a6a7766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/python_module.rst
r3a6a7766 r109ba42 29 29 --------------------- 30 30 31 Once you have python-aubio installed, you should be able to run ``python -c 32 "import aubio; print(aubio.version)"``. 31 Once the python module is installed, its version can be checked with: 32 33 .. code-block:: console 34 35 $ python -c "import aubio; print(aubio.version, aubio.float_type)" 36 37 The command line `aubio` is also installed: 38 39 .. code-block:: console 40 41 $ aubio -h 33 42 34 43 A simple example
Note: See TracChangeset
for help on using the changeset viewer.