Compare commits

..

5 Commits

Author SHA1 Message Date
d8dc4f1c87 Merge pull request 'minecartchris-markdown' (#1) from minecartchris-markdown into main
Reviewed-on: minecartchris/Stock-Game#1
2025-12-11 12:36:02 -05:00
b5a0394c7b Update readme.md 2025-12-11 12:34:56 -05:00
Maple Redleaf
fda8122213 Update readme.md formatting 2025-12-11 11:21:07 -06:00
96f632e1eb Update readme.md 2025-12-11 11:55:56 -05:00
45aa453c69 Add readme.md 2025-12-11 11:54:49 -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
```