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:
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