.. SPDX-FileCopyrightText: 2025 Xavier Bordoy .. .. SPDX-License-Identifier: CC-BY-SA-4.0 Installation ############ Until we have an official package (see :issue:`7`), the only way to install worksheet.cc programs is to copy them to some directory in the path: .. code-block:: sh :linenos: cd mkdir foo # you can change this name for whatever you want wget https://git.sr.ht/~xavierb/worksheet.cc/blob/main/src/wk.py wget https://git.sr.ht/~xavierb/worksheet.cc/blob/main/src/wklib.py export PATH="$HOME/foo:$PATH" Dependencies ============ - `Python Frontmatter `__ - `Jinja `__ - `sphinx_issues `__ for Sphinx documentation