How to use
Builelib is coded in Python. It can also be executed from the command line.
How to install?¶
You can install it using the following command. Python 3.12 or later is recommended.
python3 -m pip install builelib
To install the latest version from GitHub, use the following command:
python3 -m pip install "git+https://github.com/MasatoMiyata/builelib.git#egg=builelib"
How to run?¶
See builelib_run.py
for how to execute the program.
To run from the command line, use builelib_cmd.py
.
How to uninstall?¶
You can uninstall it using the following command:
python3 -m pip uninstall builelib