Installation Guide - Pip
Requirements
Python 3.8
(or higher);Python-venv 3.12.7
(or higher);pip 24.0
(or higher);
Installation
To know the available versions for installation, and their changelog, check the releases at Repository.
Create virtual environment
First, create a virtual environment to isolate the project dependencies.
python -m venv .venv
Activate the virtual environment:
source .venv/bin/activate
Install latest version
To install the latest version, run:
pip install argos3
Install specific version
To install a specific version, run:
pip install argos3==1.0.1
Support
To report issues or request features, please open an issue on GitHub.
License
This project is part of the IFSC - Federal Institute of Santa Catarina. Consult the LICENSE file for more details about the terms of use.
Contact
- Author: Arthur Cadore M. Barcella
- Professors:
- Prof. Roberto Wanderley da Nóbrega, Dr.
- Prof. Richard Demo Souza, Dr.
- Institution: IFSC - Federal Institute of Santa Catarina