diff options
| author | morefigs <morefigs@gmail.com> | 2019-02-21 17:00:28 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-21 17:00:28 +1100 |
| commit | 4fc8e75383897464aa1c30fb5951a0a758d272c8 (patch) | |
| tree | 11c99bce721a6867b8f6a78dc2f0fec03bc14bff | |
| parent | 1dcefd0a956e626abe3bbd7ebdc954f0cfe0cbb6 (diff) | |
| download | pymba-4fc8e75383897464aa1c30fb5951a0a758d272c8.tar.gz pymba-4fc8e75383897464aa1c30fb5951a0a758d272c8.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,10 +5,10 @@ Pymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the VimbaC l ## Requirements The Vimba C API dynamic library file is required to run Pymba. This can be gained by either: -* [Installing Vimba SDK](###Installing-Vimba-SDK) +* [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`. -(###Installing-Vimba-SDK) +###Installing-Vimba-SDK For windows: * [Download](https://www.alliedvision.com/en/products/software.html) and launch the Vimba SDK installer: |
