Added installation guide
13
Installation.md
Normal file
13
Installation.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Bleeding Edge version
|
||||
## Windows
|
||||
This project requires you to have python >= 3.8 installed with pip enabled. If you have not installed that, or do not have pip enabled, go ahead and do so.
|
||||
1. Open the command prompt and type `python -m pip install gi gobject` and hit enter
|
||||
2. Now go to the "code" section on this github repository and click on "Code" -> Download Zip File. You may also use the command prompt and type `git clone https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend.git`
|
||||
3. Extract the zip file to a suitable folder.
|
||||
4. Either head into that folder in Windows explorer and click onto the navigation bar and type "cmd" and hit enter, or cd into the folder directly from the command prompt.
|
||||
5. type python `fsrimagevideoupscaler.py` and hit enter
|
||||
|
||||
## Linux
|
||||
You'll need to have the packages git, python and python-pip installed. If you have not, install both packages from the official repos of your distro.
|
||||
1. Open a terminal and type `git clone https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend.git`and hit enter.
|
||||
2. cd into the directory and type `python3 fsrimagevideoupscaler.py`
|
||||
Reference in New Issue
Block a user