We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6be33 commit 4892c0fCopy full SHA for 4892c0f
1 file changed
README.md
@@ -0,0 +1,11 @@
1
+# Preparing Qualisys data for Python processing
2
+
3
+1. Install Python, two options:
4
+ 1. Install a Python distribution like Anaconda that includes all common dependencies, see https://www.anaconda.com/download/
5
+ 2. Alternatively:
6
+ - Install Python only (see https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi)
7
+ - Add numpy and lxml packages (for example using PIP, see https://packaging.python.org/tutorials/installing-packages/)
8
+2. Install BTK, btk-0.3.0_win32.exe (see https://pypi.python.org/pypi/btk)
9
10
+Example tested with Anaconda (for Python 2.7, 32bit), alternatively Python 2.7.14 (32bit) with numpy and lxml package.
11
0 commit comments