bellos_installer/README.md

38 lines
1.7 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-10 18:29:13 +00:00
## Install pip with sudo or bell
- `sudo pip install bellos_installer`
2024-10-10 18:36:16 +00:00
- `bell pip install bellos_installer`
2024-10-04 03:20:52 +00:00
2024-10-12 01:12:12 +00:00
# Bellos Scripting Language
- https://github.com/Architecture-Mechanism/bellos
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
### Upgrade (if not upgraded)
2024-10-10 18:29:13 +00:00
- `pip install --upgrade bellos_installer`
2024-10-04 04:15:11 +00:00
```
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
```
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.
2024-10-27 15:24:00 +00:00
## Code of Conduct
BellandeOS Scripting Language Installer is distributed under the [CODE_OF_CONDUCT](https://github.com/Architecture-Mechanism/bellos_installer/blob/main/CODE_OF_CONDUCT.md) and [NOTICE](https://github.com/Architecture-Mechanism/bellos_installer/blob/main/CODE_OF_CONDUCT.md) for more information.