Skip to content

Commit

Permalink
Update 01.installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opaip authored Jul 22, 2024
1 parent b026f9a commit 824c943
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/01.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@
## اهداف
* در این آموزش نحوه نصب و راه اندازی این کتابخانه را یاد‌میگیریم

تست شده است 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 - matplotlib(اختیاری)
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 نصب کتابخانه
* نصب open-cv
```bash
pip install opencv-python
```

0 comments on commit 824c943

Please sign in to comment.