From 01b5f09bc3560d5c4db4b66de994527103202786 Mon Sep 17 00:00:00 2001 From: rynite <91009118+rynfelium@users.noreply.github.com> Date: Thu, 5 Jan 2023 22:56:08 +0200 Subject: [PATCH] add sudo add sudo to the installation command because in the examples above you are running `beautifuldiscordcss` as if it was added to PATH. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a39dce5..6ef1dc1 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ install it as a script that you can run from anywhere. ## Installing ``` -python3 -m pip install -U https://github.com/leovoel/BeautifulDiscord/archive/master.zip +sudo python3 -m pip install -U https://github.com/leovoel/BeautifulDiscord/archive/master.zip ``` Usage of a virtual environment is recommended, to not pollute your global package space.