You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ To download this example project to your computer, you can either:
13
13
2. Run the installer and when prompted add Conda to your PATH environment variable.
14
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
15
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`
17
17
2.`conda activate python-example`
18
18
3.`conda install -c conda-forge ezc3d` (c3d parsing library, see https://github.com/pyomeca/ezc3d)
0 commit comments