Skip to content

Commit 8388b10

Browse files
committed
Merge branch 'main' of github.com:razor85/FenrirScreenshotManager
2 parents ef355b9 + 587ed48 commit 8388b10

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,13 @@
22
This is a tool to search and replace the images used by the Fenrir ODE.
33

44
![cover](https://github.com/razor85/FenrirScreenshotManager/blob/main/readme/cover.png)
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

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Pillow
2+
PyQt5
3+
requests

0 commit comments

Comments
 (0)