mirror of
https://git.astronand.dev/minecartchris/Stock-Game.git
synced 2026-06-28 15:07:24 -04:00
Merge pull request 'minecartchris-markdown' (#1) from minecartchris-markdown into main
Reviewed-on: minecartchris/Stock-Game#1
This commit is contained in:
22
readme.md
Normal file
22
readme.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user