Skip to content

Commit

Permalink
Updated web/docs to reflect python >= 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
hategan committed Jan 15, 2025
1 parent d303a8d commit 538220a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document will guide you through the install procedure and your first Hello
- [Hello World example](#hello-world)

## Requirements
- python3.7+
- python3.8+

## Install PSI/J

Expand Down Expand Up @@ -35,7 +35,7 @@ Install PSI/J from the GitHub repository:
## Hello World

**Requirements**
- python3.7
- python3.8
- Job executor, e.g. Slurm in this example

**Steps**
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ or from source.
Requirements
^^^^^^^^^^^^

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

Install from PIP
Expand Down
2 changes: 1 addition & 1 deletion web/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2><i class="fab fa-python"></i> Installing <span class="psij-font">PSI/J</span
<div style="margin-top: 1em">
The psij-python library has the following requirements:
<ul>
<li>Python 3.7 or later
<li>Python 3.8 or later
<li>Ubuntu 16.04 or later (or an equivalent Linux distribution)
<li>OS X 10.10 or later
</ul>
Expand Down

0 comments on commit 538220a

Please sign in to comment.