- Breaking change: Renamed the project from 'MediaCurator' to 'mediacurator' to standardize naming conventions (all lowercase). - Updated all references across documentation and source files: - README.md - Various .rst documentation files (installation, manual, use cases, errors, warnings) - Python source files in 'mediacurator/library' and main 'mediacurator.py' - setup.py - Incremented version from 0.0.13 to 1.0.1 to reflect breaking changes. - Added release notes for 1.0.1 in docsource/source/releasenotes/1.0.1-changelog.rst
19 lines
412 B
ReStructuredText
19 lines
412 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
This package has only been tested on GNU/Linux & Windows and requires FFMPEG installed. For now it will be distributed on `GitHub <https://github.com/fabquenneville/mediacurator.git>`_
|
|
|
|
Install FFmpeg
|
|
--------------
|
|
|
|
`Download FFmpeg <https://ffmpeg.org/download.html>`_
|
|
|
|
Install from PyPi
|
|
-----------------
|
|
|
|
.. code-block:: bash
|
|
:linenos:
|
|
|
|
pip install mediacurator
|