physics-labs-collection/labs/21/README.md

16 lines
487 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Як користуватися
Необхідно клонувати цей репозиторій, наприклад:
```
git clone http://10.1.1.1:3000/dymik739/physics-labs-collection.git
```
Далі потрібно перейти у папку зі скриптом
```
cd physics-labs-collection/labs/21/
```
та запустити скрипт, вказавши файл зі вхідними даними, наприклад:
```
python3 processor.py sample_data.txt
```