Skip to content

Commit

Permalink
Merge pull request #169 from Vallentin/typo
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
skvark committed Mar 31, 2019
2 parents d6a2813 + c3e703f commit 77d57ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@
1. If you have previous/other manually installed (= not installed via ``pip``) version of OpenCV installed (e.g. cv2 module in the root of Python's site-packages), remove it before installation to avoid conflicts.
2. Select the correct package for your environment:

There are four different packages and you should **select only one of them**. Do not install multiple different packages in the same enviroment. There is no plugin architecture: all the packages use the same namespace (`cv2`). If you installed multiple different packages in the same environment, uninstall them all with ``pip uninstall`` and reinstall only one package.
There are four different packages and you should **select only one of them**. Do not install multiple different packages in the same environment. There is no plugin architecture: all the packages use the same namespace (`cv2`). If you installed multiple different packages in the same environment, uninstall them all with ``pip uninstall`` and reinstall only one package.

**a.** Packages for standard desktop environments (Windows, macOS, almost any GNU/Linux distribution)

Expand Down

0 comments on commit 77d57ed

Please sign in to comment.