2021-05-25 20:53:43 +08:00
|
|
|
# Clochur
|
2021-06-19 18:29:07 +08:00
|
|
|
A Scheme-like typesetting LISP interpreter and editor that using SILE typesetting Engine.
|
2021-05-26 00:37:50 +08:00
|
|
|
|
2021-06-19 18:29:07 +08:00
|
|
|
== Packaging ==
|
|
|
|
|
|
|
|
To make a wheel package, run:
|
|
|
|
|
|
|
|
python setup.py bdist_wheel
|
|
|
|
|
|
|
|
and then:
|
|
|
|
|
|
|
|
cd dist
|
|
|
|
pip3 install Clochur-x.y.z-py3-none-any.whl
|