Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 842 Bytes

README.md

File metadata and controls

49 lines (28 loc) · 842 Bytes

The methods

Icon The methods

The methods are a project created for the subject of numerical analysis, based on books such as

  • Matemáticas para Ingeniería. Métodos numéricos con Python (2017)
  • Análisis numérico / Richard L. Burden, J. Douglas Faires

Use

Download .exe and execute link

or

With Python 3.8.7 run each command in your terminal from windows

python -m venv env

cd env/Scripts

activate.bat //In CMD or
Activate.ps1 //In Powershel

cd ..
cd ..


pip install -r requirements.txt

Look at examples here

To close project

deactivate

Build

pyinstaller.exe --onefile --windowed --icon=icons/icon.ico --name='The methods' main.py