From 257f5dba7d475a52e9689ff78a1ddf07031218c0 Mon Sep 17 00:00:00 2001 From: Be Date: Fri, 1 Mar 2024 22:54:51 +0100 Subject: [PATCH] Contributors are welcome + Py 3.12 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ecfad3..23bafa2 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ These scripts have been tested on MacOS, FreeBSD and Linux. ./requirements.sh ``` + If this step causes issue `PEP 668` due to python version >=3.12 and you're unfamiliar with virtual environments, use this workaround: + + ```bash + pip install -r requirements.txt --break-system-packages + ``` + ## Usage ### `network_list_from_as.py` @@ -105,4 +111,4 @@ These scripts have been tested on MacOS, FreeBSD and Linux. ## Contributing -Contributors are welcome! +We are welcome contributions! Feel free to submit a pull request or open an issue.