AllGo is a SaaS (Software as a Service) platform provided by Inria. It may be seen as a virtual showroom of technologies 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 technologies developed by research teams.
First follow https://allgo18.inria.fr/accounts/signup 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).
First follow https://allgo18.inria.fr/accounts/signup 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 you to use the AllGo REST API. You will need this token later (cf. §3 below).
## Installing
## Installing
```
```
...
@@ -33,8 +33,9 @@ This will create a `_build` directory with all the html files.
...
@@ -33,8 +33,9 @@ This will create a `_build` directory with all the html files.
├── doc ............... Documentations
├── doc ............... Documentations
├── MANIFEST.in ....... File needed to describe the package
├── MANIFEST.in ....... File needed to describe the package
├── notebooks ......... All the sample notebooks
├── notebooks ......... All the sample notebooks
├── pytest.ini ........ conf file for pytest
├── README.md ......... This file !
├── README.md ......... This file !
├── requirements.txt .. List of requirements
├── requirements.txt .. List of requirement packages