Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eylatamsouth/otimizador_alocacoes


https://github.com/eylatamsouth/otimizador_alocacoes

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Otimizador de alocacoes
This project generates staff allocations.

# Create your EY-GitHub account and get the acces to the GitHub EY-LatamSouth
https://sites.ey.com/sites/DDA2/SitePages/Sabia-que-a-firma-tem-um-reposit%C3%B3rio-de-c%C3%B3digo-GitHub-.aspx

# Cloning the repository on Windows, Mac and Linux
Open the terminal:
git clone https://github.com/EYLatamSouth/otimizador_alocacoes.git

# Download Miniconda for Windows, Mac or Linux
Download https://docs.anaconda.com/free/miniconda/index.html and install miniconda

# Creating the Environment
conda create -n myenv python=3.10.0
conda activate myenv
pip install -r requirements.txt

# Run the application
On terminal:
python main.py