We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef355b9 + 587ed48 commit 8388b10Copy full SHA for 8388b10
README.md
@@ -2,3 +2,13 @@
2
This is a tool to search and replace the images used by the Fenrir ODE.
3
4

5
+
6
+## Setup
7
8
+From the command line, run the following commands to launch the application:
9
10
+```
11
+git clone https://github.com/razor85/FenrirScreenshotManager.git
12
+pip install -r requirements.txt
13
+python fenrirScreenshotManager.py
14
requirements.txt
@@ -0,0 +1,3 @@
1
+Pillow
+PyQt5
+requests
0 commit comments