Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eylatamsouth/otimizador_alocacoes
https://github.com/eylatamsouth/otimizador_alocacoes
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eylatamsouth/otimizador_alocacoes
- Owner: EYLatamSouth
- Created: 2023-12-20T21:00:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T18:36:33.000Z (10 months ago)
- Last Synced: 2024-04-02T20:00:02.369Z (10 months ago)
- Language: Python
- Size: 425 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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