Skip to content

Commit

Permalink
Update regular_install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Linbreux authored May 28, 2024
1 parent df1c21b commit f9ae7be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/installation/regular_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ parent: Installation
nav_order: 1
---

# Fast installation via pip

Wikmd is available as a [pip package](https://pypi.org/project/wikmd/).
```
pip install wikmd
```
Now `wikmd` is available as a console command. It will create or use a wiki folder in the current working directory.

# Regular installation
! It's tested on windows and linux based systems.
! Runs on flask server
Expand Down

0 comments on commit f9ae7be

Please sign in to comment.