Merge pull request 'minecartchris-markdown' (#1) from minecartchris-markdown into main

Reviewed-on: minecartchris/Stock-Game#1
This commit was merged in pull request #1.
This commit is contained in:
2025-12-11 12:36:02 -05:00

22
readme.md Normal file
View File

@@ -0,0 +1,22 @@
# How to Run
There are two different interfaces available: CLI, and Web.
## Web
Run these commands to run the flask:
```sh
python3 mainweb.py
```
Or
```sh
flask run mainweb.py -p {port}
```
## CLI
Run main.py for the CLI interface:
```sh
python3 main.py
```