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
+15 -6
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
## Web
1. web you need the files of mainweb.py and both folders
##CLI
Run these commands to run the flask:
1. cli you just need mian.py
```sh
# insert commands here
```
## CLI
Run main.py for the CLI interface:
```sh
python3 main.py
```