iMarina-load (User guide)

Prerequisites

You need Python 3.12.3 (or higher) version and git installed. To install them on Ubuntu, run this command:


sudo apt install python3.12-venv gcc build-essential git -y

Installation

1.Clone repository of iMarina:

git clone https://github.com/ICIQ-DMP/iMarina-load.git

Enter to folder of iMarina

 cd iMarina-load

2.Initialize a virtual environment (venv)

 python3 -m venv venv

3.Upgrade pip and install dependencies and requirements

 ./venv/bin/pip install --upgrade pip
 ./venv/bin/pip install -r requirements.txt


Table of contents