Skip to content

Setup Guide

Prerequisites

Ensure your system has the following installed:


Cloning the Project

Clone the repository to your local machine:

git clone https://github.com/Safe-Solutions-Engenharia/documentation-default.git 
cd documentation-default


Creating a Virtual Enviroment

Create and activate a virtual environment:

python -m venv venv
venv\Scripts\activate
python3 -m venv venv
source venv/bin/activate

Installing Dependencies

Install dependencies listed in requirements.txt:

pip install -r requirements.txt