update readme
prithugoswami prithugoswami524@gmail.com
Tue, 26 Jun 2018 13:00:49 +0530
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
README.md
→
README.md
@@ -19,8 +19,8 @@ <li><a href="https://pypi.python.org/pypi/tmdbsimple">tmdbsimple</a> - A Python module which is a wrapper for The Movie Database API v3</li>
<li><a href="https://pypi.python.org/pypi/mutagen">mutagen</a> - Python module to handle media files' metadata</li> </ul> -><h3>Note for Linux Users with both python2 and python3 installed on their system</h3> ->This script is compatible for python3 only. If you are on Ubuntu with python2.x and python3.x both installed, install pip3 using</p> +><h3>Note for installing python 3 dependencies</h3> +>This script is compatible for python3 only. If you are on Ubuntu or any other distro/OS with python2.x and python3.x both installed, make sure you use 'pip3' command to install the python modules. On Ubuntu/Debian-based distros you can run:</p> ><pre>sudo apt-get install pip3</pre> >and then install the dependencies: ><pre>pip3 install <module></pre>