Skip to content

Commit

Permalink
Update chapter_1.md
Browse files Browse the repository at this point in the history
upadted
  • Loading branch information
opaip authored Jul 22, 2024
1 parent d81e4e9 commit 0dd1f55
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions src/chapter_1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# متن تستی
# نصب و راه اندازی

این یک کد تستی است
## اهداف
* در این آموزش نحوه نصب و راه اندازی این کتابخانه را یاد‌میگیریم

تست شده است 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

```bash
pip install numpy
```

```bash
pip install matplotlib
```
1. توسط دستور open-cv نصب کتابخانه
```bash
echo hello world!
pip install opencv-python
```

0 comments on commit 0dd1f55

Please sign in to comment.