diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-30 14:26:35 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-30 14:26:35 +1100 |
| commit | aff8f4aa4a6f5b2bde153c4537693f768f9d7e1b (patch) | |
| tree | e931ccff09d04815745136a140f808e58f4d5ca8 | |
| parent | 193a223b4ea29150db5f2b44b415669520b1e080 (diff) | |
| download | pymba-aff8f4aa4a6f5b2bde153c4537693f768f9d7e1b.tar.gz pymba-aff8f4aa4a6f5b2bde153c4537693f768f9d7e1b.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ Pymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the VimbaC l ## Installation -Install Pymba via PIP: +Install Pymba via PIP. pip install pymba @@ -38,7 +38,7 @@ If Vimba and pymba are installed correctly, then the following code examples sho ## Usage examples -Usage examples can be found in the [examples/](examples/) directory. +Usage examples can be found in [examples/](examples/). ## Known issues |
