From afbad39fc3e12245311cc2d13332b2f3c494cd5c Mon Sep 17 00:00:00 2001 From: Dezzy <134234868+DezSquid@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:24:21 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 435dac7..368767a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ python Brainrot.py ## If you would like to make the python file into an EXE file run this command Note: You need to have python and PyInstaller installed ``` +cd Brainrot-RNG python3.12 -m PyInstaller --onefile Brainrot.py phrases_data.py ```