From cd43023deb3ced693685a3a707987b42b43dad8d Mon Sep 17 00:00:00 2001 From: elisspace Date: Mon, 30 May 2022 21:17:16 -0400 Subject: [PATCH] add python3-dev tools instructions --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 25d81fc..392e1b8 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,7 @@ To run: ## Fedora 1. (RHEL-based) `sudo dnf upgrade` +2. Install python3 dev tools so pip works: `sudo dnf install python3-devel` ### VMs 1. Look at instructions [here]([200~https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-virtualization/)