This commit is contained in:
6
docs/snippets/api_server/python.md
Normal file
6
docs/snippets/api_server/python.md
Normal file
@@ -0,0 +1,6 @@
|
||||
```python title="Python"
|
||||
# Start server
|
||||
import subprocess
|
||||
subprocess.Popen(["python", "-m", "kreuzberg", "serve", "-H", "0.0.0.0", "-p", "8000"])
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user