From cc17bf7b7970953ec4a97e21728783bce4aa5b28 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Mon, 11 Mar 2019 17:40:00 -0400 Subject: [PATCH] fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa40024..9996aa1 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Then you'll need to install python dependencies before start using video2x. Inst $ pip install -r requirements.txt ``` -## [Step-By-Step Tutorial (Nvidia GPUs)](https://github.com/K4YT3X/video2x/wiki/Step-By-Step-Tutorial) +## [Step-By-Step Tutorial](https://github.com/K4YT3X/video2x/wiki/Step-By-Step-Tutorial) (Nvidia GPUs) For those who want a detailed walk-through of how to use `Video2X`, you can head to the [Step-By-Step Tutorial](https://github.com/K4YT3X/video2x/wiki/Step-By-Step-Tutorial) wiki page. It includes almost every step you need to perform in order to enlarge your first video. This tutorial currently only includes instructions for Nvidia GPUs, since AMD GPUs (OpenCL) requires installation of `waifu2x-converter-cpp` which cannot be installed automatically with Python at the moment due to its 7z compression format.