1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

readme: python3 should be used when installing using setup.py

This commit is contained in:
Johan Andersson 2018-05-22 21:22:40 +02:00
parent 08210daaf6
commit 9bcc876279

View File

@ -89,7 +89,7 @@ To install it, run
::
# as root:
python setup.py install
python3 setup.py install
# or the old method
make