arty/README.md

19 lines
411 B
Markdown
Raw Normal View History

2022-08-01 22:42:59 +02:00
# Arty
2022-08-01 22:24:45 +02:00
2022-08-01 22:42:59 +02:00
Artilery interpolator widget for playing Hell Let Loose
# Requisites
* Windows (I'm so sorry)
* Python 3
## Python libraries
* PySide2
2022-08-01 22:48:00 +02:00
* winput
# Install
2022-08-01 22:50:52 +02:00
1. Download and install Python. Don't forgot to add it to your PATH variable during the installation wizard. https://www.python.org/downloads/
2022-08-01 22:48:00 +02:00
2. Install PySide2 in shell `pip install pyside2`
3. Install winput in shell `pip install winput`