Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8f7bc442 authored by GARNIER Laurent's avatar GARNIER Laurent
Browse files

Update README.md

parent 103a0e7e
No related branches found
No related tags found
1 merge request!7Jupyter token 2021
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
## Description ## 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. 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 ## 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 ...@@ -16,11 +16,9 @@ First follow https://allgo.inria.fr/users/sign_up to create an account on AllGo
### Create a app : ### 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 : ### Submit a job :
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment