mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
parent
8585d875c8
commit
1831de1270
10
README.md
10
README.md
@ -16,16 +16,26 @@ Following sections describe how to locally start the EOS server on `http://local
|
|||||||
|
|
||||||
Install dependencies in virtual environment:
|
Install dependencies in virtual environment:
|
||||||
|
|
||||||
|
Linux:
|
||||||
```bash
|
```bash
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
.venv/bin/pip install -r requirements.txt
|
.venv/bin/pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Windows:
|
||||||
|
```bash
|
||||||
|
python -m venv .venv
|
||||||
|
.venv\Scripts\pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
Finally, start EOS fastapi server:
|
Finally, start EOS fastapi server:
|
||||||
|
|
||||||
|
Linux:
|
||||||
```bash
|
```bash
|
||||||
.venv/bin/fastapi run --port 8503 src/akkudoktoreos/server/fastapi_server.py
|
.venv/bin/fastapi run --port 8503 src/akkudoktoreos/server/fastapi_server.py
|
||||||
```
|
```
|
||||||
|
Windows:
|
||||||
|
.venv\Scripts\fastapi run --port 8503 src/akkudoktoreos/server/fastapi_server.py
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user