Skip to content

Commit

Permalink
Replace apt with pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi authored Oct 8, 2024
1 parent 055032e commit 483b473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
python_requires='>=3.9',
licence='BSD 2-Clause License',
install_requires=['numpy', 'PiDNG', 'piexif', 'pillow', 'simplejpeg', 'v4l2-python3',
'python-prctl', 'av', 'python3-libarchive-c', 'python3-tqdm',
'python3-jsonschema'],
'python-prctl', 'av', 'libarchive-c', 'tqdm',
'jsonschema'],
extras_require={"gui": ['pyopengl', 'PyQt5']})

0 comments on commit 483b473

Please sign in to comment.