fix README with the version of python used and adding a missing dependency

This commit is contained in:
Zykino 2018-09-09 17:21:59 +02:00
parent 2e600bc455
commit f365eb1089

View file

@ -1,6 +1,6 @@
# Prismedia
A scripting way to upload videos to peertube and youtube
A scripting way to upload videos to peertube and youtube written in python2
## Dependencies
Search in your package manager, otherwise use ``pip install --upgrade``
@ -11,6 +11,7 @@ Search in your package manager, otherwise use ``pip install --upgrade``
- docopt
- schema
- python-magic
- python-magic-bin
- requests-toolbelt
- tzlocal