Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eduardosampaio/webapp-algebra-linear
- Owner: EduardoSampaio
- Created: 2019-10-29T00:17:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T23:20:00.000Z (over 2 years ago)
- Last Synced: 2023-03-07T02:43:30.856Z (almost 2 years ago)
- Topics: django, math, python
- Language: Python
- Size: 405 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
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