File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ OpenCV is a cross-platform library using which we can develop real-time computer
24
24
25
25
Create virtual envionment with ` pipenv ` .
26
26
``` bash
27
- pip install pipenv # only for one time
27
+ python -m pip install pipenv
28
28
pipenv install -r requirements.txt
29
29
pipenv shell
30
30
```
@@ -58,7 +58,15 @@ Perform basic troubleshooting steps:
58
58
59
59
## Authors and acknowledgment
60
60
61
- Show your appreciation to those who have contributed to the project.
61
+ - [ Deepak Raj] ( https://github.com/codePerfectPlus )
62
+ - [ Pranjalmishra30] ( https://github.com/Pranjalmishra30 )
63
+ - [ GloriousMusketeer] ( https://github.com/GloriousMusketeer )
64
+ - [ bislara] ( https://github.com/bislara )
65
+ - [ its-harshil] ( https://github.com/its-harshil )
66
+ - [ farhan0syakir] ( https://github.com/farhan0syakir )
67
+ - [ harshit-saraswat] ( https://github.com/harshit-saraswat )
68
+
69
+ [ ...] ( https://github.com/codePerfectPlus/OpenCv-tutorial/graphs/contributors )
62
70
63
71
## License
64
72
@@ -69,7 +77,6 @@ For open source projects,Under MIT License.
69
77
## Author
70
78
71
79
- Project : OpenCv Tutorial
72
- - Author : Py-Contributors
73
80
- Language : Python
74
81
- Github : < https://github.com/codePerfectPlus >
75
82
- Website : < http://codeperfectplus.github.io >
You can’t perform that action at this time.
0 commit comments