Browse Source

readme: py3 supported

Arnau Sanchez 9 years ago
parent
commit
68d643c16b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -6,7 +6,7 @@ _Youtube-upload_ is a command line Python script that uploads videos to Youtube
 Dependencies
 ============
 
-  * [Python 2.6 or 2.7](http://www.python.org). Python 3.0 is NOT supported.
+  * [Python 2.6/2.7/3.x](http://www.python.org).
   * Packages: [google-api-python-client](https://developers.google.com/api-client-library/python), [progressbar](https://pypi.python.org/pypi/progressbar) (optional).
 
 Check if your operating system provides those packages. If not, you can install them with `pip`: