|
Thank you for Formiko! Do you have a testing procedure that we can use for trying out the current code in a virtual machine? |
Answered by
ondratu
Aug 24, 2026
Replies: 1 comment 1 reply
|
Hi, I'm not entirely sure what you mean by your question. The current code can be run inside a virtual machine just like any other software. Typically, during development, I run the code directly from the git repository using |
1 reply
Answer selected by
ondratu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm not entirely sure what you mean by your question. The current code can be run inside a virtual machine just like any other software.
Typically, during development, I run the code directly from the git repository using
python -m formiko(note that multiple instances of Formiko cannot be run simultaneously). Alternatively, you can test it via a Flatpak build, which can be compiled either from git or directly from the source directory.