Download Kosmorro on Windows
Kosmorro can run through the Windows Subsystem for Linux (WSL).
Yup, that's cheating.
- Download a Linux distribution (for instance, Debian) from the Windows Store.
- Start Debian from the Start menu, and follow the configuration instructions in the terminal.
- Open your
.bashrc
file:
and add the following line at the end:nano $HOME/.bashrc
Finally, save and exit with Ctrl-O, Enter, Ctrl-X.export PATH="$HOME/.local/bin:$PATH"
- By default, Debian is in English. If you want to configure another language, see this tutorial.
- Install Python and pipx:
sudo apt install python3 pipx
- Quit Debian (
exit
) and restart to ensure the changes are taken in account. - Install Kosmorro:
pipx install kosmorro
Using Kosmorro
The simplest command you can run is kosmorro
.
If you need help in using Kosmorro, you have different options depending on your preference:
- Typing
kosmorro --help
gives you the complete synopsis of the program, with its options - You might also want to read the manpage, available with
man kosmorro
- You can also read the
tldr
manual withtldr kosmorro
Using the PDF generator
If you want to generate a PDF file, you might want to look at its dedicated documentation too.