Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jun 21, 2024
1 parent d67cce1 commit fc50a3d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,24 @@ whatever hardware setup</ins> you have available (see [Components](#components)
- Docker
- Minimum hardware requirements to-be-defined

1. **Python Requirements**
```
pip install -r requirements.txt
```

...

2. (a) **Run with CLI**
```
fastapi.exe dev ./src/api.py
```

```
python ./cli_client.py
```

1. **TODO:** *work in progress*
2. (b) **Run with GUI**
...

### Development

Expand Down

0 comments on commit fc50a3d

Please sign in to comment.