Skip to content

Commit 2004e79

Browse files
committed
updated readme. Added reference to qserver-connect
1 parent c1708f7 commit 2004e79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ After some minutes, the server is ready to be used. You can check its API endpoi
165165

166166
Beside these routes, the GRPC service run at the root path `/`. So, to add jobs this path must be used.
167167

168+
---
169+
170+
A more easy way to interact with your server is using the python client library we built. You can find the details about it [here](https://github.com/Dpbm/qserver-connect).
171+
172+
With it, you can submit and retrieve jobs in your current python project, without handling http/grpc requests by hand.
173+
168174
## Dev Usage
169175

170176
For devs, there's a bunch of different tools you may have installed to run each part isolated here are some of the main tools you need:

0 commit comments

Comments
 (0)