Skip to content

Commit 7d99c54

Browse files
committed
[Doc] Update Ubuntu and Pip install instructions for 3.1.0
1 parent a89b859 commit 7d99c54

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

doc/sphinx/install/pip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ instead.
2121

2222
The first step in installing the Cantera Python module using `pip` is to make sure you
2323
have a compatible version of Python installed and are able to run `pip` from the command
24-
line. Packages for Cantera 3.0.0 are available for Python versions 3.8, 3.9, 3.10, and
25-
3.11.
24+
line. Packages for Cantera 3.1.0 are available for Python versions 3.8, 3.9, 3.10, 3.11,
25+
3.12, and 3.13.
2626

2727
If you don't already have Python installed, it can be downloaded from
2828
[python.org](https://www.python.org/) or installed using your operating system's package

doc/sphinx/install/ubuntu.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(sec-install-ubuntu)=
22
# Ubuntu Packages
33

4-
As of Cantera 3.0.0, packages are available for Ubuntu 20.04 (Focal Fossa), Ubuntu 22.04
5-
(Jammy Jellyfish), Ubuntu 23.04 (Lunar Lobster), and Ubuntu 23.10 (Mantic Minotaur).
4+
As of Cantera 3.1.0, packages are available for Ubuntu 20.04 (Focal Fossa), Ubuntu 22.04
5+
(Jammy Jellyfish), Ubuntu 24.04 (Noble Numbat) and Ubuntu 24.10 (Oracular Oriole).
66
Generally, packages are available for the two most-recent LTS releases as well as the
77
non-LTS releases supported on [Launchpad](https://launchpad.net/ubuntu) at the time of
88
the Cantera release. To see which Ubuntu releases and Cantera versions are currently
@@ -11,12 +11,12 @@ supported, visit the
1111

1212
The available packages are:
1313

14-
- `cantera-python3` - The Cantera Python module for Python 3.
14+
- `python3-cantera` - The Cantera Python module for Python 3.
1515
- `libcantera-dev` - Libraries and header files for compiling your own C, C++ and
1616
Fortran 90 programs that use Cantera.
1717
- `cantera-common` - Cantera data files and example programs
18-
- `libcantera3.0` - The Cantera C++ library, for use by packaged C++ applications.
19-
- `libcantera-fortran3.0` - The Cantera Fortran 90 library, for use by packaged
18+
- `libcantera3.1` - The Cantera C++ library, for use by packaged C++ applications.
19+
- `libcantera-fortran3.1` - The Cantera Fortran 90 library, for use by packaged
2020
Fortran 90 applications.
2121
- `cantera` - A metapackage that will install everything except for the development
2222
files.
@@ -33,7 +33,7 @@ sudo apt-add-repository ppa:cantera-team/cantera
3333
To install all of the Cantera packages:
3434

3535
```bash
36-
sudo apt install cantera-python3 libcantera-dev
36+
sudo apt install python3-cantera libcantera-dev
3737
```
3838

3939
or install whichever subset you need by adjusting the above command. The
@@ -58,7 +58,7 @@ you have the latest available version installed by running:
5858

5959
```bash
6060
sudo apt update
61-
sudo apt install cantera-python3
61+
sudo apt install python3-cantera
6262
```
6363

6464
If you also have the `libcantera-dev` package installed, it should also be included on
@@ -88,6 +88,6 @@ version, run the commands:
8888

8989
```bash
9090
sudo apt-add-repository --remove ppa:cantera-team/cantera-unstable
91-
sudo apt remove cantera cantera-common libcantera-dev cantera-python3
92-
sudo apt install cantera-python3 libcantera-dev
91+
sudo apt remove cantera cantera-common libcantera-dev python3-cantera
92+
sudo apt install python3-cantera libcantera-dev
9393
```

0 commit comments

Comments
 (0)