bellos_installer/README.md

38 lines
1.3 KiB
Markdown
Raw Normal View History

2024-10-04 02:32:40 +00:00
# Bellos Installer
2024-10-04 02:31:04 +00:00
Install Bellos Scripting Languages into your Operating System
2024-10-04 03:20:52 +00:00
2024-10-04 04:15:11 +00:00
## Usage of Bellos Installer
- **To use this script, you would run it with sudo privileges and specify an action:**
2024-10-05 01:33:30 +00:00
- To install a specific version: sudo bellos_installer install --version <branch_name>
- To list available versions: sudo bellos_installer list
- To install the latest version: sudo bellos_installer latest
- To use the upload placeholder: sudo bellos_installer update
2024-10-04 04:15:11 +00:00
## Website PYPI
- https://pypi.org/project/bellos_installer
### Installation
- `$ pip install bellos_installer`
### Upgrade (if not upgraded)
- `$ pip install --upgrade bellos_installer`
```
Name: bellos_installer
Summary: Install Bellos Scripting Languages into your Operating System
Home-page: github.com/Architecture-Mechanism/bellos_installer
Author: Ronaldson Bellande
Author-email: ronaldsonbellande@gmail.com
License: GNU General Public License v3.0
Requires:
Required-by:
```
2024-10-04 03:20:52 +00:00
## License
BellandeOS Scripting Language Installer is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellos_installer/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellos_installer/blob/main/LICENSE) for more information.