aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index e93e27c..dbb2af1 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,6 @@
Pymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the Vimba C library file included in the Vimba installation to provide a simple Python interface for Allied Vision cameras. It currently supports most of the functionality provided by Vimba.
-## 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),
-* 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