Closed burggraaff closed 6 years ago
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).
pip install git+https://github.com/mcleung/PyAPT.git
Made dllname a parameter for PyAPT.APTMotor.__init__ so you can use any DLL located anywhere, rather than only in the local folder.
dllname
PyAPT.APTMotor.__init__
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
).Made
dllname
a parameter forPyAPT.APTMotor.__init__
so you can use any DLL located anywhere, rather than only in the local folder.