Skip to content

Commit

Permalink
Updates README.md to include setup instrutions
Browse files Browse the repository at this point in the history
  • Loading branch information
freespace committed Mar 24, 2014
1 parent 9833d62 commit 2f85d6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
pyAPT
=====

Python interface to Thorlab's APT motion controllers. Depends on `libftdi1` and `pylibftdi`.
Python interface to Thorlab's APT motion controllers. Depends on `libftdi1` and
`pylibftdi`. Under Linux the easiest way to get these is to install `libftdi1`
using the package management system, and then install `pylibftdi` into a virtual
environment or equivalent.

Development is ongoing, and I will be adding functionality as I need them in
the course of my DPhil.
Expand Down

2 comments on commit 2f85d6f

@davidcampbell633
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How would I got about installing pyAPT in WInPython?

@freespace
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay in response! I would imagine you need libftdi1 and pylibftdi installe. It seems libftdi is cross platform, and pylibftdi is a pretty thin wrapper anyway, so it shouldn't be impossible.

Unfortunately I don't have any windows computer to test on at the moment.

Please sign in to comment.