Update README.md

This commit is contained in:
2024-12-11 18:33:06 +02:00
parent 4fe67b40ab
commit feade1c997

View File

@ -23,7 +23,7 @@ FinnWarsLauncher on käyttöliittymäapplikaatio suunniteltu käynnistämään F
### Requirements / Vaatimukset ### Requirements / Vaatimukset
---- ----
* Python 3.12.x or newer * Python 3.12.x or newer
* TKinter installed via distributions package manager (Linux things...) * TKinter installed with your distributions package manager (Linux things...)
Some Linux distributions require installing tkinter/tk via package manager. Some Linux distributions require installing tkinter/tk via package manager.
Arch linux / EndeavourOS / Manjaro / etc...: Arch linux / EndeavourOS / Manjaro / etc...:
@ -41,6 +41,7 @@ FinnWarsLauncher on käyttöliittymäapplikaatio suunniteltu käynnistämään F
---- ----
[EN] [EN]
Some distributions use `python3` instead of `python` so keep that in mind! Some distributions use `python3` instead of `python` so keep that in mind!
0. ^ Install requirements ^ 0. ^ Install requirements ^
1. Clone repository: 1. Clone repository:
``` ```
@ -56,8 +57,9 @@ Some distributions use `python3` instead of `python` so keep that in mind!
pip install -r requirements.txt pip install -r requirements.txt
``` ```
[EN] [FI]
Useat järjestelmät käyttävät `python3`-komentoa `python` sijaan, joten pidä se mielessä! Useat järjestelmät käyttävät `python3`-komentoa `python` sijaan, joten pidä se mielessä!
0. ^ Asenna vaatimukset ^ 0. ^ Asenna vaatimukset ^
1. Kloonaa repositorio: 1. Kloonaa repositorio:
``` ```
@ -77,6 +79,7 @@ Useat järjestelmät käyttävät `python3`-komentoa `python` sijaan, joten pid
### Usage / Käyttö ### Usage / Käyttö
---- ----
[EN] [EN]
0. Be sure that you are currently using created virtual environment (if you don't create it then no worries.) 0. Be sure that you are currently using created virtual environment (if you don't create it then no worries.)
1. Run the application with: 1. Run the application with:
``` ```
@ -87,6 +90,7 @@ Useat järjestelmät käyttävät `python3`-komentoa `python` sijaan, joten pid
4. Launch the game by pressing `Launch`-button and give them HELL. 4. Launch the game by pressing `Launch`-button and give them HELL.
[FI] [FI]
0. Varmista, että käytät juuri luotua virtual environmentia (jos olet sen luonut) 0. Varmista, että käytät juuri luotua virtual environmentia (jos olet sen luonut)
1. Käynnistä applikaatio komennolla: 1. Käynnistä applikaatio komennolla:
``` ```