https://github.com/ccode-lang/strawberry
A package manager to install commands on raspberry pi
https://github.com/ccode-lang/strawberry
ascii-art pm python3 raspberry-pi raspberrypi
Last synced: 11 months ago
JSON representation
A package manager to install commands on raspberry pi
- Host: GitHub
- URL: https://github.com/ccode-lang/strawberry
- Owner: Ccode-lang
- License: mit
- Created: 2022-01-14T00:42:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T20:45:24.000Z (about 4 years ago)
- Last Synced: 2023-03-09T04:14:44.467Z (almost 3 years ago)
- Topics: ascii-art, pm, python3, raspberry-pi, raspberrypi
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strawberry PM
A package manager to install commands for raspberry pi.
# depends on...
* python3
* wget
* git
# TODO
* ~~Make only run on Rpi~~
* ~~Add packages (other than debug)~~
* Get some packages!!!
If you want to add your package file to the package list go to my [pmlist](https://github.com/Ccode-lang/pmlist) repo.
# Install
> ⚠️ The install will not work on systems other than linux and the command installed will crash on your system if it is not raspberry pi.
First install the required packages. (They should already be installed)
Next enter the folder and run the setup script. Once this is done run `strawberry install debug`. Then run `debug`.
if you see three strawberries your installation works.
# If an install fails
* Run `strawberry uppak` and try again.
* If you still have problems replace `~/.strawberry/main/package.py` with the newest verion from github.
* If that still does not fix it report a bug.