Skip to content

Commit 9052bc1

Browse files
Merge pull request #11 from que-liu/patch-2
Update installation_guide.md
2 parents 0d4bfb4 + 48b9c1e commit 9052bc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

installation_guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
```
2222
You can replace "chrono" with the name you want.
2323

@@ -45,16 +45,16 @@ conda install -c conda-forge scipy
4545
Visit 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

5454
After the download completes, navigate to the Downloads folder and install PyChrono
5555
```bash
5656
cd 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

6060
for Mac users:

0 commit comments

Comments
 (0)