Installation

Until we have an official package (see #7), the only way to install worksheet.cc programs is to copy them to some directory in the path:

1 cd
2 mkdir foo
3 # you can change this name for whatever you want
4 wget https://git.sr.ht/~xavierb/worksheet.cc/blob/main/src/wk.py
5 wget https://git.sr.ht/~xavierb/worksheet.cc/blob/main/src/wklib.py
6 export PATH="$HOME/foo:$PATH"

Dependencies