From 9e33b54742640d1259733a52848813e7ab92c295 Mon Sep 17 00:00:00 2001 From: koffeejava Date: Thu, 29 Jan 2026 21:47:30 -0700 Subject: [PATCH] added instalation to readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 101aa27..1677783 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # MacaroniPM | A PenguinMod API wrapper -Todo: make this readme. -# New functions +## Instalation + +You can download the latest version of macaronipm via `pip install macaronipm` + +## New functions + `macaronipm.user.UserExist()` `macaronipm.user.IsBanned()` -`macaronipm.user.logout()` +`macaronipm.user.logout()` `macaronipm.user.GetMessages()` @@ -14,4 +18,4 @@ Todo: make this readme. `macaronipm.IsOnline()` -`macaronipm.project.hasLovedVoted()` \ No newline at end of file +`macaronipm.project.hasLovedVoted()`