From 0ceb844dbd65339ed857bbbd2740b408b290f54c Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Thu, 10 Oct 2024 14:29:13 -0400 Subject: [PATCH] latest pushes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c2bfde..73c7d9d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Bellos Installer - Install Bellos Scripting Languages into your Operating System +## Install pip with sudo or bell +- `sudo pip install bellos_installer` ## Usage of Bellos Installer - - **To use this script, you would run it with sudo privileges and specify an action:** - To install a specific version: sudo bellos_installer install --version - To list available versions: sudo bellos_installer list @@ -16,10 +16,10 @@ Install Bellos Scripting Languages into your Operating System - https://pypi.org/project/bellos_installer ### Installation -- `$ pip install bellos_installer` +- `pip install bellos_installer` ### Upgrade (if not upgraded) -- `$ pip install --upgrade bellos_installer` +- `pip install --upgrade bellos_installer` ``` Name: bellos_installer