Skip to content

MrEndor/physics

Repository files navigation

Physics

Ruff workflow

Here are presented projects on the course "Digitalization of Physical Processes"

Prerequisites

You will need:

  • python^3.12 (see pyproject.toml for full version)
  • make

Quick start

Сheck your python version (should be 3.12)

  1. Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh

or

pip install uv
  1. Choose uv python version 3.12
uv python pin 3.12
  1. Download all dependencies
uv sync --no-dev
  1. Run streamlit server
make serve

or

uv run streamlit run ./src/main.py

About

Modeling of physical processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors