@@ -10,16 +10,11 @@ With this pakage users can easily connect to any Infinite8 devices from many pro
## Getting Started (python)
This dll requires the following packages to work fine.
This dll requires the following packages to work with.
### Prerequisites
Use pip script to install `scipy` , `numpy`and `pythonnet` . These packages are used to read .dll files writen in C# and calculate some anticipated data.
```
pip install scipy
pip install numpy
pip install pythonnet
```
Use [Python for .NET](http://pythonnet.github.io/) to instll 'clr' package for connect dll to python.