File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ octave:1> gbvs_install.m
55
55
### Install via PyPI
56
56
```
57
57
pip install colortransferlib
58
- pip install colortransferlib[ detectron2]
58
+ pip install git+https://github.com/facebookresearch/ detectron2.git@main
59
59
```
60
60
61
61
### Install from source
62
62
```
63
63
pip install -r requirements/requirements.txt
64
64
python setup.py bdist_wheel
65
65
pip install ../ColorTransferLib/dist/ColorTransferLib-2.0.3-py3-none-any.whl
66
- pip install ../ColorTransferLib/dist/ColorTransferLib-2.0.3-py3-none-any.whl[ detectron2]
66
+ pip install git+https://github.com/facebookresearch/ detectron2.git@main
67
67
```
68
68
69
69
## Usage
Original file line number Diff line number Diff line change 31
31
python_requires = '>=3.10,<3.11' ,
32
32
long_description = long_description ,
33
33
long_description_content_type = 'text/markdown' ,
34
- install_requires = requirements ,
35
- extras_require = {
36
- 'detectron2' : ['detectron2 @ git+https://github.com/facebookresearch/detectron2.git@main' ]
37
- }
34
+ install_requires = requirements
38
35
)
39
36
40
37
# run seperately: "pip install opencv-python==4.9.0.80 --no-binary opencv-python"
You can’t perform that action at this time.
0 commit comments