Skip to content

agprsty-utdi/metode-numerik-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROGRAM METODE NUMERIK

Feature

Requirement

  • Python ^3.9

Installation

  • clone project
  • create virtual env with following command (ubuntu or popos)
    python3 -m venv venv
    
  • activate the virtual env with :
    . venv/bin/activate
    
  • pip install -U pip & pip install -r requirements.txt
  • copy config/config.py.example to config/config.py

Running

./run.sh

Welcome for contribute!