mcleu / PyAPT

**DEPRECATED** Controlling Thorlabs APT using Python code using APT.dll and APT.lib, bypassing the activex controls
MIT License
32 stars 22 forks source link

setup.py installation and custom DLL #17

Closed burggraaff closed 6 years ago

burggraaff commented 6 years ago
  1. Added a setup.py file so the package can be installed with package managers like pip (e.g. pip install git+https://github.com/mcleung/PyAPT.git).

  2. Made dllname a parameter for PyAPT.APTMotor.__init__ so you can use any DLL located anywhere, rather than only in the local folder.