From 998347ecd8600767054c679aa41800212a18b266 Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Wed, 22 Aug 2018 17:39:35 -0400 Subject: [PATCH] fixed README according to @WSADKeysGaming's feedbacks --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c15b85..e717d1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Video2X Video Enlarger +## This software is currently designed for Windows. + ## 2.0.2 (Aug 10, 2018) - Changed enlarging mechanism from factor to resolution - Fixed audio merging errors @@ -39,7 +41,7 @@ $ cd video2x Then you'll need to install python dependencies before start using video2x. Install simply by executing the following command. ```bash -$ sudo pip install -r requirements.txt +$ pip install -r requirements.txt ```