diff --git a/README.md b/README.md index d065452..1112af8 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,18 @@ The following software is neeeded to run UGBI if you want to install via local: - Install PostgreSQL - C++ Dev Tools from Visual Studio: ![visual_studio_c++_features](apps\static\assets\img\image.png) -You can install UGBI via docker +You can install UGBI via docker (easier way): + +> Copy the content from ".env.sample" and paste it in a new ".env" in the "docker" folder ``` bash -$ docker-compose -f docker-compose-dev.yml up +$ docker-compose -f docker/docker-compose-nvidia.yml up ``` -> Note:Remember to attach the container in VS code and install python for that container instance. +> Note:Remember to attach the container "docker-screen-rpa" in VS code and install python for that container instance. -Independently if you have installed UBGI via local or via Docker: +Independently if you have installed UBGI via local or via Docker and the virtualenv is not activated: ```bash $ # Virtualenv modules installation (Unix based systems) @@ -64,8 +66,6 @@ $ $ ``` -> Copy the content from ".env.sample" and paste it in a new ".env" . This ".env" must be placed in ubgi/core. Change the values if you need it - ```bash $ python manage.py makemigrations apps_analyzer apps_behaviourmonitoring apps_featureextraction apps_notification @@ -112,4 +112,4 @@ By following these steps, you will effectively utilize the eye tracking capabili This research was supported by the EQUAVEL project PID2022-137646OB-C31, funded by MICIU/AEI/10.13039/501100011033 and by FEDER, UE; the DISCOVERY project (2021/C005/00148631), funded by Unión Europea NextGeneration EU and “Plan de Recuperación, Transformación y Resiliencia” of the Ministry of Economic and Digital Transformation; -and the grant FPU20/05984 funded by MICIU/AEI/10.13039/501100011033 and by FSE+. \ No newline at end of file +and the grant FPU20/05984 funded by MICIU/AEI/10.13039/501100011033 and by FSE+.