diff --git a/README.md b/README.md
index ade25f1437adc4e2d6d318f0e5c70478d1e6bbd0..888acef1dee309599c51b673a112bc50dc52fa98 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,12 @@
 
 ## Description
 AllGo is a SaaS (Software as a Service) platform provided by Inria. It may be seen as a virtual showroom of technonogies developed by research teams.
-First follow https://allgo.inria.fr/users/sign_up to create an account on AllGo (anyone may create such an account). Once your account creation is confirmed, please connect to https://allgo.inria.fr to obtain your private token, which will allow yo to use the AllGo REST API. You will need this token later (cf. §3 below).
+First follow https://allgo18.inria.fr/users/sign_up to create an account on AllGo (anyone may create such an account). Once your account creation is confirmed, please connect to https://allgo18.inria.fr to obtain your private token, which will allow yo to use the AllGo REST API. You will need this token later (cf. §3 below).
 
 ## Install 
 
 ``` 
-  pip install allgo
+  pip install -I git+https://gitlab.inria.fr/allgo/api-clients/python_client.git
 ``` 
 
 
@@ -16,11 +16,9 @@ First follow https://allgo.inria.fr/users/sign_up to create an account on AllGo
 
 ### Create a app : 
 ``` 
-  app = allgo.App('ndsafir', token="ead123baaef55412") 
+  app = allgo.Init() 
 ```
 
-NB: token in optional, if you already provide your token with an env variable ALLGO_TOKEN or create a file ~/.allgo_token (without breakline)
-
 ### Submit a job : 
 
 ```