📥 Installation#
🔹 Option A: Windows Installer#
Download the latest release from the Releases Page and run the installer. This will install FlapKine on your system with a desktop shortcuts.
🔹 Option B: Developer Mode (Python)#
Clone the Repository
git clone https://github.com/ihdavjar/FlapKine.git cd FlapKine
(Recommended) Create a Conda Virtual Environment
conda create -n flapkine-env python=3.10.3
Activate the Virtual Environment
conda activate flapkine-env
Install Required Dependencies
pip install -e .
Launch the Application
python -m FlapKineLauncher.py
Tip
You can deactivate the Conda virtual environment anytime using:
conda deactivate
Note
To ensure proper playback of rendered videos within the application, make sure your system has the necessary codecs installed. If you encounter playback issues, you can download and install the K-Lite Codec Pack from the official website: K-Lite Codec Pack Download Page.