We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70955f commit 1e314baCopy full SHA for 1e314ba
README.md
@@ -8,7 +8,7 @@ From PyPI (official releases):
8
9
Current git master:
10
11
- $ pip install 'git+https://github.com/mdraw/deface'
+ $ pip install 'git+https://github.com/ORB-HD/deface'
12
13
## Usage
14
setup.py
@@ -13,7 +13,7 @@
description='Video anonymization by face detection',
long_description=long_description,
15
long_description_content_type='text/markdown',
16
- url='https://github.com/mdraw/deface',
+ url='https://github.com/ORB-HD/deface',
17
packages=setuptools.find_packages(),
18
entry_points={'console_scripts': [
19
'deface = deface.deface:main',
0 commit comments