Skip to content

Commit ac069c7

Browse files
authored
Update README.md
1 parent c4debed commit ac069c7

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,22 @@
55
![GitHub repo size](https://img.shields.io/github/repo-size/BitTim/ValorantXPCalc?logo=github&style=for-the-badge) ![GitHub contributors](https://img.shields.io/github/contributors/BitTim/ValorantXPCalc?logo=github&style=for-the-badge "Contributors") ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/BitTim/ValorantXPCalc?logo=github&style=for-the-badge "Last commit")
66

77
## Installation
8-
Download zip from ![Here](https://github.com/BitTim/VexTrack/releases/latest) and extract all contents in a folder. After opening VexTrack for the first time, a new folder "dat" will be created in the same folder the exe is in automatically.
8+
Download zip from ![here](https://github.com/BitTim/VexTrack/releases) and extract all contents in a folder. After opening VexTrack for the first time, a new folder "dat" will be created in the same folder the exe is in automatically.
9+
10+
## Compilation
11+
First of all, download and install the latest version of python from ![here](https://python.org).
12+
13+
Then install pyinstaller via this command: `pip install pyinstaller`
14+
15+
When you have both installed, run the following commands in the root folder:
16+
17+
pyinstaller --onefile --windowed --icon=VexTrack.ico src/VexTrack.py
18+
pyinstaller --onefile --windowed --icon=VexTrack.ico src/Updater.py
19+
20+
The compiled .exe files are in a new folder "dist". Move them to the desired location and create one more file in the same folder as the .exe files called "version" without any file extension with the following contents:
21+
22+
<VexTrack Version>
23+
<Updater Version>
24+
25+
Where <VexTrack Version> is the version string of the latest version of VexTrack (e.g. "v1.3") and <Updater Version> is the version string of the latest version of the Updater (e.g. "v1.1")
26+
To see which versions are the latest, ![click here](https://github.com/BitTim/VexTrack/releases)

0 commit comments

Comments
 (0)