This repository has been archived on 2021-04-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
wikicookbook/README.org

676 B

WikiCookBook

WikiCookBook is a simple graphical editor for creating MoinMoin wiki pages for recipes.

It is based on Python, QT and PyQt.

Building

Microsoft Windows

Building in Microsoft Windows happens with pyinstaller. Here the complete process.

git clone git@git.mmk2410.org:mmk2410/wikicookbook
cd wikicookbook
python -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements.txt
.\venv\Scripts\pyinstaller.exe --onefile --windowed wikicookbook.py

The result can the be found in the dist directory.