Skip to content

Commit 4892c0f

Browse files
committed
Installation instructions broke up to individual readme.md files
1 parent fb6be33 commit 4892c0f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)