Skip to content

Commit 90bd002

Browse files
authored
Update README.md
1 parent ac9dbae commit 90bd002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To download this example project to your computer, you can either:
1313
2. Run the installer and when prompted add Conda to your PATH environment variable.
1414
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.
1515
4. Open a command line prompt and enter the following:
16-
1. `conda create -n python-example python=3.9`
16+
1. `conda create -n python-example python=3.13`
1717
2. `conda activate python-example`
1818
3. `conda install -c conda-forge ezc3d` (c3d parsing library, see https://github.com/pyomeca/ezc3d)
1919
4. `conda install -c anaconda lxml` (xml parsing library)

0 commit comments

Comments
 (0)