Skip to content

Commit d03daf5

Browse files
authored
Update README.md
1 parent 80c204c commit d03daf5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ To download this example project to your computer, you can either:
1010
## Preparing Qualisys data for Python processing
1111

1212
1. Install Miniconda for Windows https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe
13-
2. Run the installer and when prompted add Anaconda to your PATH environment variable
14-
3. Open a command line prompt and enter the following:
13+
2. Run the installer and when prompted add Anaconda to your PATH environment variable.
14+
3. Check that conda is discovered. Open command line prompt and type 'conda --version'. If conda is not found, environment path might not be set correctly. If you do not know where conda is installed, open Anaconda prompt and type 'where conda' and add that path to PATH manually. Sometimes it helps to put path to conda at the top of the list.
15+
4. Open a command line prompt and enter the following:
1516
1. `conda create -n python-example python=3.9`
1617
2. `conda activate python-example`
1718
3. `conda install -c conda-forge ezc3d` (c3d parsing library, see https://github.com/pyomeca/ezc3d)
1819
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)
20-
5. Click on `Start Processing` to automatically export c3d files, read the c3d files content and export some data into `output.xml` file.
20+
5. 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)
21+
6. Click on `Start Processing` to automatically export c3d files, read the c3d files content and export some data into `output.xml` file.
2122

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

0 commit comments

Comments
 (0)