File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ conda config --add channels http://conda.anaconda.org/conda-forge
1717## Step 2: Create a new environment for PyChrono
1818
1919``` bash
20- conda create -n chrono python=3.9
20+ conda create -n chrono python=3.10
2121```
2222You can replace "chrono" with the name you want.
2323
@@ -45,16 +45,16 @@ conda install -c conda-forge scipy
4545Visit the [ package repo] ( https://anaconda.org/projectchrono/pychrono/files?page=3 )
4646
4747(Choose the file with label "release")
48- For MacOS users, please click to download osx-arm64/pychrono-7 .0.0-py39_2455 .tar.bz2
48+ For MacOS users, please click to download osx-arm64/pychrono-8 .0.0-py310_2471 .tar.bz2
4949
50- For Windows users, please download win-64/pychrono-8.0.0-py39_0 .tar.bz2
50+ For Windows users, please download win-64/pychrono-8.0.0-py310_0 .tar.bz2
5151
52- For Linux users, please download linux-64/pychrono-8.0.0-py39_0 .tar.bz2
52+ For Linux users, please download linux-64/pychrono-8.0.0-py310_0 .tar.bz2
5353
5454After the download completes, navigate to the Downloads folder and install PyChrono
5555``` bash
5656cd Downloads/
57- conda install pychrono-7 .0.0-py39_2455 .tar.bz2
57+ conda install pychrono-8 .0.0-py310_2471 .tar.bz2
5858```
5959
6060for Mac users:
You can’t perform that action at this time.
0 commit comments