From 9a3311c5729b57a03696e02d422da3023e4249fb Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 26 Apr 2026 20:05:11 -0600 Subject: [PATCH] not workan yet jfc ihate this language bitch ass interpreted lang, auto memory management, MEANINGFUL WHITESPACE, A PACKAGE MANAGER?? i am literally in hell --- implementations/Python3/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/implementations/Python3/README.md b/implementations/Python3/README.md index 5819616..759c3af 100644 --- a/implementations/Python3/README.md +++ b/implementations/Python3/README.md @@ -1,9 +1,11 @@ # Python3 [DЯΣΛMMΛKΣЯ] Implementation - ## Install +1. create venv: `python -m venv .venv` +2. activate venv: *nix: `python .venv/bin/activate` windows powershell: `python .venv\Scripts\Activate.ps1` `pip install -r requirements.txt` - -if that's being a bitch then mayhaps try at your own peril: -`pip install -r requirements.txt --break-system-packages` - -alternatively install the requirements via your box's package manager idk fam im not ur mom \ No newline at end of file +3. install requirements: `pip install -r requirements.txt` + +## TODO +1. get the fuckin thing working +2. make it persistant and looping +3. make it send a discord webhookie :3 \ No newline at end of file