Compare commits
5 Commits
ca9c49d545
...
d8dc4f1c87
| Author | SHA1 | Date | |
|---|---|---|---|
| d8dc4f1c87 | |||
| b5a0394c7b | |||
|
|
fda8122213 | ||
| 96f632e1eb | |||
| 45aa453c69 |
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