Skip to content

Commit 03dc11b

Browse files
authored
Bump Python and Ubuntu version in README.md (#213)
1 parent 5d08f76 commit 03dc11b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Given an input, PECOS identifies a small set (10-100) of relevant outputs from a
2929

3030
## Requirements and Installation
3131

32-
* Python (>=3.6, <=3.9)
32+
* Python (3.7, 3.8, 3.9, 3.10)
3333
* Pip (>=19.3)
3434

3535
See other dependencies in [`setup.py`](https://github.com/amzn/pecos/blob/mainline/setup.py#L135)
3636
You should install PECOS in a [virtual environment](https://docs.python.org/3/library/venv.html).
3737
If you're unfamiliar with Python virtual environments, check out the [user guide](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/).
3838

3939
### Supporting Platforms
40-
* Ubuntu 18.04 and 20.04
40+
* Ubuntu 20.04 and 22.04
4141
* Amazon Linux 2
4242

4343
### Installation from Wheel
@@ -51,20 +51,20 @@ python3 -m pip install libpecos
5151
### Installation from Source
5252

5353
#### Prerequisite builder tools
54-
* For Ubuntu (18.04, 20.04):
54+
* For Ubuntu (20.04, 22.04):
5555
``` bash
5656
sudo apt-get update && sudo apt-get install -y build-essential git python3 python3-distutils python3-venv
5757
```
58-
* For Amazon Linux 2 Image:
58+
* For Amazon Linux 2:
5959
``` bash
60-
sudo yum -y install python3 python3-devel python3-distutils python3-venv && sudo yum -y groupinstall 'Development Tools'
60+
sudo yum -y install python3 python3-devel python3-distutils python3-venv && sudo yum -y groupinstall 'Development Tools'
6161
```
6262
One needs to install at least one BLAS library to compile PECOS, e.g. `OpenBLAS`:
63-
* For Ubuntu (18.04, 20.04):
63+
* For Ubuntu (20.04, 22.04):
6464
``` bash
6565
sudo apt-get install -y libopenblas-dev
6666
```
67-
* For Amazon Linux 2 Image and AMI:
67+
* For Amazon Linux 2:
6868
``` bash
6969
sudo amazon-linux-extras install epel -y
7070
sudo yum install openblas-devel -y

0 commit comments

Comments
 (0)