Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0c75dbbb authored by CAMPION Sebastien's avatar CAMPION Sebastien
Browse files

Update README.md

parent 64de80d4
No related branches found
No related tags found
No related merge requests found
...@@ -14,14 +14,14 @@ First follow https://allgo.inria.fr/users/sign_up to create an account on AllGo ...@@ -14,14 +14,14 @@ First follow https://allgo.inria.fr/users/sign_up to create an account on AllGo
## Usage ## Usage
###Create a app : ### Create a app :
``` ```
app = allgo.App('ndsafir', token="ead123baaef55412") app = allgo.App('ndsafir', token="ead123baaef55412")
``` ```
NB: token in optional, if you already provide your token with an env variable ALLGO_TOKEN or create a file ~/.allgo_token (without breakline) 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 :
``` ```
files = {'files[0]': open('tmp.png', 'rb')} files = {'files[0]': open('tmp.png', 'rb')}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment