Skip to content

Commit 538220a

Browse files
committed
Updated web/docs to reflect python >= 3.8.
1 parent d303a8d commit 538220a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

QuickStart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This document will guide you through the install procedure and your first Hello
77
- [Hello World example](#hello-world)
88

99
## Requirements
10-
- python3.7+
10+
- python3.8+
1111

1212
## Install PSI/J
1313

@@ -35,7 +35,7 @@ Install PSI/J from the GitHub repository:
3535
## Hello World
3636

3737
**Requirements**
38-
- python3.7
38+
- python3.8
3939
- Job executor, e.g. Slurm in this example
4040

4141
**Steps**

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ or from source.
1010
Requirements
1111
^^^^^^^^^^^^
1212

13-
The only requirements are Python 3.7+ and pip, which almost always
13+
The only requirements are Python 3.8+ and pip, which almost always
1414
comes with Python.
1515

1616
Install from PIP

web/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2><i class="fab fa-python"></i> Installing <span class="psij-font">PSI/J</span
1313
<div style="margin-top: 1em">
1414
The psij-python library has the following requirements:
1515
<ul>
16-
<li>Python 3.7 or later
16+
<li>Python 3.8 or later
1717
<li>Ubuntu 16.04 or later (or an equivalent Linux distribution)
1818
<li>OS X 10.10 or later
1919
</ul>

0 commit comments

Comments
 (0)