Commit dc9a7499 authored by Nadir Dalla Pozza's avatar Nadir Dalla Pozza
Browse files

README.md updated

parent 3e9c843e
...@@ -28,10 +28,14 @@ pip install moviepy ...@@ -28,10 +28,14 @@ pip install moviepy
``` ```
## Usage ## Usage
Once the libraries are installed, you can launch the Packager from the command line with: Once the libraries are installed, you should customise the configuration file `config.yaml`.
There are two required parameters, `INPUT_PATH` and `OUTPUT_PATH` that specifies where all input files are stored and where output files shall be saved.
You can now launch the Packager from the command line with:
``` ```
python3 main.py python3 main.py
``` ```
Useful log information will be displayed during execution, requiring occasional interaction.
## Support ## Support
If you have any problem you can contact us at: If you have any problem you can contact us at:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment