1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Improved source packaging and bootstrapping

This commit is contained in:
Virgil Dupras
2014-01-26 09:41:15 -05:00
parent 37ebf36cee
commit 937748e838
6 changed files with 21428 additions and 18 deletions

View File

@@ -76,11 +76,6 @@ Then, you can install pip requirements in your virtualenv:
([osx|win] depends, of course, on your platform. On other platforms, just use requirements.txt).
**Temporary problem:** The author of polib, which is a dependency here,
[hasn't yet uploaded packages to PyPI][polib], which will make the command fail if you use
pip >= 1.5. You'll have to add `--allow-external polib --allow-unverified polib` to your command.
This is, hopefully, a temporary situation.
## Actual building and running
With your virtualenv activated, you can build and run dupeGuru with these commands:
@@ -101,4 +96,3 @@ You can also package dupeGuru into an installable package with:
[pyqt]: http://www.riverbankcomputing.com
[cxfreeze]: http://cx-freeze.sourceforge.net/
[advinst]: http://www.advancedinstaller.com
[polib]: https://bitbucket.org/izi/polib/issue/42