From 8f436647ed3bd35cd86cae485a20a3634ccf3c92 Mon Sep 17 00:00:00 2001 From: "R. Charan" Date: Tue, 30 Apr 2024 09:46:27 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b86bbf1..01d810c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,17 @@ [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/wiki) +## Other ways to install +Since it is a python appication in its core, it can be installed using the setup.py file\ +1. Clone the repo +2. Navigate to the path where ```setup.py``` is present. +3. Run ```python setup.py install ``` +4. Now you should be able to use wiki. + + +Note: Bare in mind that it may not perform as expected on a Windows machine, since it was build for/on Linux machines. +Please do report bugs if you find any, I'll try my best to optimise it for all the platforms as I can. + # How to use?