You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,19 +61,25 @@ You can see the results divided in different tables, and download the whole in C
61
61

62
62
63
63
64
-
## Licence
65
-
LMT-toolkit analysis is released under the GPL v3.0 licence. See the [LICENSE](LICENSE) file.
64
+
## Installation
65
+
LMT-toolkit works thanks to 3 different servers:
66
+
- a Django server with a REST API (Python)
67
+
- a Nuxt server for the frontend (the interface) (JavaScript - Vue)
68
+
- a Celery server to manage asynchronous tasks between the frontend and the Django server (Python)
LMT-toolkit uses the LMT-analysis code provided on [GitHub](https://github.com/fdechaumont/lmt-analysis). This code is also under the GPL v3.0 licence.
72
+
It is recommended to create a [python virtual environment](https://docs.python.org/3/library/venv.html) into the root folder of the application to
73
+
install the python required packages.
74
+
[To run the 3 servers, we need 3 command prompts.](##How-to-launch-the-application-on-a-Windows-computer)
70
75
71
-
## Python Requirements (See [requirements.txt](requirements.txt))
76
+
###Python Requirements (See [requirements.txt](requirements.txt))
72
77
- Django>=4.0.2
73
78
- djangorestframework==3.14
74
79
- django-filter==21.1
75
80
- djoser==2.1.0
76
81
- django-cors-headers==3.11.0
82
+
- Celery
77
83
- django-celery
78
84
- django-celery-results
79
85
- celery-progress==0.1.2
@@ -95,16 +101,22 @@ Install this list with the command:
LMT-toolkit uses the LMT-analysis code provided on [GitHub](https://github.com/fdechaumont/lmt-analysis). This code is also under the GPL v3.0 licence.
294
+
295
+
296
+
### Features attributions:
340
297
Code for LMT analysis on [GitHub](https://github.com/fdechaumont/lmt-analysis)
341
298
342
299
Mice in the different behavioural events drawn by P. Dugast (from the [Live Mouse Tracker publication](https://www.nature.com/articles/s41551-019-0396-1.epdf?shared_access_token=8wpLBUUytAaGAtXL96vwIdRgN0jAjWel9jnR3ZoTv0MWp3GqbF86Gf14i30j-gtSG2ayVLmU-s57ZbhM2WJjw18inKlRYt31Cg_hLJbPCqlKdjWBImyT1OrH5tewfPqUthmWceoct6RVAL_Vt8H-Og%3D%3D), DOI: [10.1038/s41551-019-0396-1](https://doi.org/10.1038/s41551-019-0396-1))
0 commit comments