mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Update packaging to conform with package unification and few fixes (#372)
* Rename package (dupeguru-se -> dupeguru) * Update package name in .desktop files and scripts * Add Ubuntu package building instructions * Fix build_pe_modules.py * Add description to package * Add conflicts dependencies to replace previous versions * Update python version * Unify .json configs * Few cosmetics changes (mainly missing end-lines and images permissions)
This commit is contained in:
committed by
Virgil Dupras
parent
bdd404ce0e
commit
d660cef245
@@ -122,9 +122,14 @@ With your virtualenv activated, you can build and run dupeGuru with these comman
|
||||
$ python run.py
|
||||
|
||||
You can also package dupeGuru into an installable package with:
|
||||
|
||||
|
||||
$ python package.py
|
||||
|
||||
|
||||
### Generate Ubuntu packages
|
||||
|
||||
$ bash -c "pyvenv --system-site-packages env && source env/bin/activate && pip install -r requirements.txt && python3 build.py --clean && python3 package.py"
|
||||
|
||||
### Running tests
|
||||
|
||||
The complete test suite is ran with [Tox 1.7+][tox]. If you have it installed system-wide, you
|
||||
|
||||
Reference in New Issue
Block a user