minecartchris-markdown #1

Merged
minecartchris merged 4 commits from minecartchris-markdown into main 2025-12-11 12:36:02 -05:00
Showing only changes of commit fda8122213 - Show all commits
+13 -4
View File
@@ -1,10 +1,19 @@
#how to use
# How to Run
1. you can choese between web and cli
There are two different interfaces available: CLI, and Web.
## Web
1. web you need the files of mainweb.py and both folders
Run these commands to run the flask:
```sh
# insert commands here
```
## CLI
1. cli you just need mian.py
Run main.py for the CLI interface:
```sh
python3 main.py
```