Skip to content

Commit e9c7822

Browse files
committed
Update changelog and readme
1 parent 1161eae commit e9c7822

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.1.1]
4+
Tested with QTM 2023.2.8071.
5+
36
## [1.1.0]
47
Make example work with python 3.9.
58
Use ezc3d library to read and write c3d files.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ To download this example project to your computer, you can either:
99

1010
## Preparing Qualisys data for Python processing
1111

12-
1. Install Miniconda installer for Windows and Python 3.9: https://docs.conda.io/en/latest/miniconda.html
12+
1. Install Miniconda installer for Windows and Python 3.9: https://docs.conda.io/en/latest/miniconda-other-installer-links.html
1313
2. Run the installer and when prompted add Anaconda to your PATH environment variable
1414
3. Open a command line prompt and enter the following:
1515
1. `conda create -n python-example python=3.9`
1616
2. `conda activate python-example`
1717
3. `conda install -c conda-forge ezc3d` (c3d parsing library, see https://github.com/pyomeca/ezc3d)
1818
4. `conda install -c anaconda lxml` (xml parsing library)
19-
4. Open QTM and make sure that the path to `Command Prompt` is set in Project Options/Miscellaneous/Folder Options (the path is usually C:\Windows\System32\cmd.exe)
19+
4. Open QTM and make sure that the path to `Command Prompt` is set in Project Options\Miscellaneous\Folder Options (the path is usually C:\Windows\System32\cmd.exe)
2020
5. Click on `Start Processing` to automatically export c3d files, read the c3d files content and export some data into `output.xml` file.
2121

2222
## Resources for using the Qualisys Project Automation Framework (PAF)

0 commit comments

Comments
 (0)