arty/README.md

22 lines
436 B
Markdown

# Arty
Artilery interpolator widget for playing Hell Let Loose
# Requisites
* Windows (I'm so sorry)
* Python 3
## Python libraries
* PySide2
* winput
# Install
1. Download and install [Python](https://www.python.org/downloads/). Use the following options:
- [x] PyLauncher
- [x] Add Pyhton to PATH
- [x] Install pip
2. Install PySide2 in shell `pip install pyside2`
3. Install winput in shell `pip install winput`