fixed README according to @WSADKeysGaming's feedbacks

This commit is contained in:
K4YT3X 2018-08-22 17:39:35 -04:00
parent b1fb8c9333
commit 998347ecd8

View File

@ -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
```