-
Notifications
You must be signed in to change notification settings - Fork 1
package manager
Ccode-lang edited this page Nov 1, 2021
·
4 revisions
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.
# 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
Welcome to the Ccode language wiki!