latest pushes

This commit is contained in:
Ronaldson Bellande 2024-10-10 14:29:13 -04:00
parent db3a537e09
commit 0ceb844dbd

View File

@ -1,10 +1,10 @@
# Bellos Installer # Bellos Installer
Install Bellos Scripting Languages into your Operating System Install Bellos Scripting Languages into your Operating System
## Install pip with sudo or bell
- `sudo pip install bellos_installer`
## Usage of Bellos Installer ## Usage of Bellos Installer
- **To use this script, you would run it with sudo privileges and specify an action:** - **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 <branch_name> - To install a specific version: sudo bellos_installer install --version <branch_name>
- To list available versions: sudo bellos_installer list - 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 - https://pypi.org/project/bellos_installer
### Installation ### Installation
- `$ pip install bellos_installer` - `pip install bellos_installer`
### Upgrade (if not upgraded) ### Upgrade (if not upgraded)
- `$ pip install --upgrade bellos_installer` - `pip install --upgrade bellos_installer`
``` ```
Name: bellos_installer Name: bellos_installer