Regular installation

! It’s tested on windows and linux based systems. ! Runs on flask server

Clone the repository

git clone https://github.com/Linbreux/wikmd.git

cd in wikmd

cd wikmd

Create a virtual env and activate it (optional, but highly recommended)

virtualenv venv
source venv/bin/activate

Install it in development mode aka editable install

python -m pip install .[dev] --editable

Run the wiki

python -m wikmd.wiki