From 2a7170c601712b5a642cf2a8382ae0032ee874af Mon Sep 17 00:00:00 2001 From: Mateusz Grochowski <38890130+Gromate@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:24:02 +0200 Subject: [PATCH] Changed: Updated usage section --- README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68e6df2..ec8ca8c 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,30 @@ Application in python that draws graphs of analog signals, developed for univers screen_flow_module -## Installation - +## Usage +To run program you simply need to download most recent version of repo and cd into directory ```bash +git clone https://github.com/bartekbiz/ctplot cd ctplot -python -m venv . -pip install -r requirements.txt ``` +Create venv in the directory and activate venv (or skip if you already have required packages on your pc) +```bash +python -m venv venv +``` + +Activate venv on windows +```bash +.\venv\Scripts\Activate.ps1 +``` + +And finally you can run +``` +python3 main.py +``` + + + ## Functions Selection of counting modes (Discplacement/Flow)