Skip to content

Commit 4ca04bb

Browse files
authored
Update README.md
1 parent 721490f commit 4ca04bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ cd Destiny2DPSGraphPY
2828
pip install -r requirements.txt
2929
```
3030
6.0 and greater will be packaged into a zip file. Unzip the contents to a directory that works well. There should be several python files including main, perks, backend, etc. There should also be a settings.ini file, and if not it will generate one for you.
31+
There may also be a compiled binary for an OS, but you should be able to compile it yourself given what we include. You can compile currently to windows or mac, using:
32+
```
33+
pyinstaller [spec name of your os].spec
34+
```
35+
This is not necessary if you just want to run it through python. Just run main.py.
3136

3237
## Usage
3338
As of release 6.0, the code has been completely rewritten and overhauled to now utilize a GUI. See the instructions below.

0 commit comments

Comments
 (0)