Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported versions in installation guide #2938

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Installation on Ubuntu/Windows
PROCESS is developed and testing using Ubuntu 20. We cannot guarantee any other operating system will be able to compile PROCESS or reproduce results. We do unofficially support MacOS however PROCESS is **not** currently tested on this OS by the CI system.
PROCESS is developed using Ubuntu 22 and tested using Ubuntu 20. We cannot guarantee any other operating system will be able to compile PROCESS or reproduce results. We do unofficially support MacOS however PROCESS is **not** currently tested on this OS by the CI system.

!!! Info "Windows User"
Windows users should run PROCESS using WSL.
Expand Down
11 changes: 4 additions & 7 deletions documentation/proc-pages/installation/introduction.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# Introduction

Below are instructions of how to install the applications, code and dependencies such that you
can begin working on PROCESS. This includes differing instructions for those working on
can begin using or developing PROCESS. This includes differing instructions for those working on
different operating systems.

!!! Info "Python version"
Please note, only Python3.8 is supported, Python3.9, Python3.10 and Python3.6 are not.

PROCESS is natively supported on Ubuntu 20. Other Linux distributions will be able to successfully
PROCESS is natively supported on Ubuntu 20 and 22, and requires Python 3.8 or greater. Other Linux distributions will be able to successfully
build and execute PROCESS however may give inconsistent results due to version disparities of
dynamically linked libraries.
dynamically linked libraries; therefore these can't be guaranteed. To install on Ubuntu, please follow the [installation guide](installation-ubuntu.md).

There are three supported ways to run PROCESS on a non-native Ubuntu 20.04 machine:
Additionally, there are three supported ways to run PROCESS on a non-native Ubuntu 22.04 machine:

1. WSL (Windows Subsystem for Linux- if you are a Windows user) --> [guide](installation-ubuntu.md)
2. Docker (for users on privileged machines that are of the wrong OS) --> [guide](installation-docker.md)
Expand Down