You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ccode-lang edited this page Nov 1, 2021
·
4 revisions
Package manager
The package manager installs packages that are on this list.
It reads The names and the links out of the file and inputs their info to the program.
Using
# install
python3 reppack.py <package name># remove
python3 reppack.py remove <package folder name># refresh package list (do this if you have problems installing packages)
python3 reppack.py refresh
# help
python3 reppack.py