From b889ad813366237ce1a4e38cfc74536a93d8fb1e Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 30 Mar 2024 17:44:19 -0700 Subject: [PATCH] update readme and note github mirror --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53789b7..443daff 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# mem_edit +# mem_edit **mem_edit** is a multi-platform memory editing library written in Python. **Homepage:** https://mpxd.net/code/jan/mem_edit +* PyPI: https://pypi.org/project/mem-edit/ +* Github mirror: https://github.com/anewusername/mem_edit **Capabilities:** * Scan all readable memory used by a process. @@ -18,7 +20,7 @@ ## Installation **Dependencies:** -* python 3 (written and tested with 3.7) +* python >=3.11 * ctypes * typing (for type annotations)