diff options
| author | morefigs <morefigs@gmail.com> | 2019-02-21 17:02:16 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-21 17:02:16 +1100 |
| commit | 5bdb92347623bfa443f736951c8d2e942139da56 (patch) | |
| tree | ad3791377ca3cdc120242545bb79c0261e323f62 | |
| parent | f9d84012e8405c96c473fc101ece63cd639f2ab4 (diff) | |
| download | pymba-5bdb92347623bfa443f736951c8d2e942139da56.tar.gz pymba-5bdb92347623bfa443f736951c8d2e942139da56.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -8,6 +8,8 @@ The Vimba C API dynamic library file is required to run Pymba. This can be gaine * [Installing Vimba SDK](#installing-vimba-sdk) * Or ensuring that your application's working directory contains the `VimbaC.dll` file and any relevant transport layer driver files, e.g. `VimbaGigETL.cti`. +## Installation + ### Installing Vimba SDK For windows: @@ -29,7 +31,7 @@ For windows: For other OS's see [Vimba's download page](https://www.alliedvision.com/en/products/software.html). -## Installation +### Installing Pymba For Python 3 install Pymba via PIP. @@ -37,7 +39,7 @@ For Python 3 install Pymba via PIP. For Python 2 and for backwards compatibility with older versions of Pymba use the [`python2`](https://github.com/morefigs/pymba/tree/python2) branch. -## Testing installation +### Testing installation If Vimba and Pymba are installed correctly, then the following code should give the installed Vimba version. No camera is needed. |
