Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eduardosampaio/webapp-algebra-linear

Sistema para Resolução de Sistemas Lineares
https://github.com/eduardosampaio/webapp-algebra-linear

django math python

Last synced: 20 days ago
JSON representation

Sistema para Resolução de Sistemas Lineares

Awesome Lists containing this project

README

        

# Álgebra Linear
HOST: https://webapp-algebra.herokuapp.com/gauss/
## Requisitos
- python 3

## Instalação Virtualenv

- pip install virtualenv
- virtualenv venv

### ativando ambiente virtual
- source venv/bin/activate (Linux ou macOS)

- venv/Scripts/activate (Windows)

### Instalando dependências
- pip install -r requirements.txt

### rodando app
- python manage.py runserver