Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robotics
System installation setup tools
Commits
8025b3a9
Commit
8025b3a9
authored
Dec 04, 2021
by
Prashanth
💬
Browse files
Update README.md
parent
e8e491e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8025b3a9
...
...
@@ -5,29 +5,30 @@
#### Programming
**Python Installation Instructions ( Version 3.5.2 or later)**
-
Follow the link below to install in Linux Machine
-
Installing Python
-
[
Installing Python
](
https://realpython.com/installing-python/
)
-
Follow following link to install
**Python Package Manager [ pip ]**
-
PIP [Linux]
**Important Libraries Installation Instructions [ Python ]**
-
OpenCV ( Version 3.4.5.20 or later )
-
[
OpenCV
](
https://opencv.org/
)
(
Version
3.4.5.20 or later )
-
Type the following instructions in your terminal to install OpenCV
▪ pip install opencv-python==3.x.x.x
▪ pip install opencv-contrib-python==3.x.x.x
-
If there’s still a problem on installing OpenCV follow this link:
-
OpenCV4 Linux
-
Numpy ( Version 1.16.3 or later )
-
[
OpenCV4 Linux
](
https://learnopencv.com/install-opencv-4-on-ubuntu-16-04/
)
-
[
Numpy
](
https://numpy.org/
)
(
Version
1.16.3 or later )
-
Type following instruction on your resprective terminal
▪ pip install numpy==1.x.x
-
Scikit-Image ( 0.15.0 or later )
-
[
Scikit-Image
](
https://scikit-image.org/
)
(
0.15.0
or later )
-
Type following instruction on your resprective terminal
▪ pip install scikit-image==0.x.x
-
Matplotlib ( 3.0.2 or later )
-
[
Matplotlib
](
https://matplotlib.org/
)
(
3.0.2
or later )
-
Type following instruction on your resprective terminal
▪ pip install matplotlib==3.x.x
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment