Added readme.
This commit is contained in:
parent
b4602ec314
commit
12e4ac06e3
26
README.md
Normal file
26
README.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Script to buy house in FFXIV
|
||||||
|
|
||||||
|
## Dependencies:
|
||||||
|
|
||||||
|
You will need python:
|
||||||
|
[https://www.python.org/downloads/]
|
||||||
|
|
||||||
|
This works on python 3.9.1
|
||||||
|
|
||||||
|
It also needs ``PyAutoGUI`` for mouse, keyboard and GUI control, and ``Pillow`` for image/screen processing.
|
||||||
|
|
||||||
|
## Windows
|
||||||
|
|
||||||
|
After you have installed python, run from below in CMD and Powershell:
|
||||||
|
|
||||||
|
```
|
||||||
|
py -m pip install pyautogui
|
||||||
|
py -m pip install Pillow
|
||||||
|
```
|
||||||
|
|
||||||
|
Or alternatviely:
|
||||||
|
|
||||||
|
```
|
||||||
|
py -m pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user