Git Product home page Git Product logo

sgpd_os's Introduction

SGPD

Este proyecto es un sistema para optimización de procesos para agentes de la Subdirección General de Prevensión del Delito de la PNC de Guatemala.

Está realizado con:

Python 3.9.2

y las siguientes librerias:

asgiref==3.5.2 Django==4.1.2 mysqlclient==2.1.1 pkg_resources==0.0.0 PyMySQL==1.0.2 sqlparse==0.4.3

El desarrollo es elaborado en WSL Debian para Docker.

Para poder seguir mejorando el proyecto es necesario que clone el repositorio bajo un FORK.

Si se trabaja bajo el mismo WSL es necesario realizar lo siguiente:

WSL DEBIAN

apt-get update && apt-get upgrade
apt-get install libmariadbclient-dev
apt-get install python3-pip
apt-get install python3-venv
apt-get install python3-dev

CLONAR EL REPOSITORIO

Clonando el repositorio

git clone https://github.com/amner-py/SGPD_OS.git SGPD

CLONAR TU PROPIO FORK

Clonando el repositorio

git clone [acá tu link para el repositorio fork] SGPD

CREAR ENTORNO VIRTUAL PARA USAR EL PROYECTO

Abrir la consola de preferencia en la carpeta SGPD que se creó y luego en consola ingresar lo siguiente:

LINUX

python3 -m venv .

WINDOWS

py -m venv .

ó

py -m virtualenv .

ENTRAR AL ENTORNO VIRTUAL LINUX

source bin/activate

ENTRAR AL ENTORNO VIRTUAL WINDOWS

cd Scripts
activate

INSTALAR REQUERIMIENTOS PARA EL PROYECTO

pip install -r requirements.txt

sgpd_os's People

Contributors

amner-py avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.