generated from persianccbook/booktemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# نصب و راه اندازی | ||
|
||
## اهداف | ||
* در این آموزش نحوه نصب و راه اندازی این کتابخانه را یادمیگیریم | ||
|
||
تست شده است Visual Studio 2010 و Visual Studio 2012 مراحل نصب زیر در سیستم عامل ویندوز7 و 64 بیت و نرم افزار | ||
هستند Visual Studio 2012 اسکرین شات ها نشان دهنده برنامه | ||
|
||
# نصب کتابخانه های مورد نیاز | ||
1. بسته های زیر باید در محل پیش فرض نصب شوند | ||
Python 3.x (3.4+) یا Python 2.7.x [از اینجا](https://www.python.org/downloads) | ||
Numpy (به عنوان مثال با استفاده از دستور bash``` pip install numpy```). | ||
Matplotlib bash```pip install matplotlib`` این کتابخانه ضروری نیست | ||
1. توسط دستور open-cv نصب کتابخانه | ||
bash```pip install opencv-python``` | ||
|
||
|
||
|
||
|