From 8f7bc44283debff5985fd89a8b295144a0f5fb20 Mon Sep 17 00:00:00 2001 From: GARNIER Laurent <laurent.garnier@irisa.fr> Date: Wed, 29 Jun 2022 12:33:43 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ade25f1..888acef 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 : ``` -- GitLab