13 lines
247 B
Markdown
13 lines
247 B
Markdown
# Clochur
|
|
A Scheme-like typesetting LISP interpreter and editor that using SILE typesetting Engine.
|
|
|
|
== 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
|