Skip to content

Commit

Permalink
fix: #1351
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Jan 16, 2025
1 parent 17c594f commit 1d4356e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 28 deletions.
10 changes: 0 additions & 10 deletions DDT4ALL.BAT

This file was deleted.

16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,20 @@ Get the fully packaged installer here : [Release area](https://github.com/cedric
* Screen recorder (via autorefresh button) and export to CSV format

## How to launch the application ?
* A terminal, type `python main.py` (`python3 main.py` in linux/mac)

- Windows:
- Install new venv: `python -m venv ./venv`
- Activate venv: `.\venv\Scripts\activate.bat`
- Install requirements: `.\venv\Scripts\pip install -r requirements.txt`
- Run's app: `.\venv\Scripts\python .\main.py`
- Linux/MacOs:
- Install new venv: `python3 -m venv ./venv`
- Set good attributes: `chmod +x ./venv/bin/activate`
- Activate venv: `source ./venv/bin/activate`
- Install requirements: `pip install -r ./requirements.txt`
- Run's app: `python .\main.py`
- Note about Linux ubuntu fixes uncomment next lines:
- Fix qt platform plugin linux ubuntu "xcb" if error's:
- `sudo apt-get install --reinstall libxcb-xinerama0`

## Platforms

Expand Down
16 changes: 0 additions & 16 deletions ddt4all.sh

This file was deleted.

0 comments on commit 1d4356e

Please sign in to comment.