-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add System Requirements into README.md #295
Conversation
|
||
## System Requirements | ||
|
||
- Supported operating systems include Ubuntu 18.04+, Windows 10+ (partial support), and MacOS Big Sur (partial support); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why partial support?
We don't test them because of docker. I don't think there's anything else we don't support (and docker can be launched on these platforms).
## System Requirements | ||
|
||
- Supported operating systems include Ubuntu 18.04+, Windows 10+ (partial support), and MacOS Big Sur (partial support); | ||
- Python version 3.8 or higher is necessary for proper functionality; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too much text
- Python version 3.8 or higher is necessary for proper functionality; | |
- Python version 3.8 or higher; |
|
||
- Supported operating systems include Ubuntu 18.04+, Windows 10+ (partial support), and MacOS Big Sur (partial support); | ||
- Python version 3.8 or higher is necessary for proper functionality; | ||
- A minimum of 1 GB of RAM is required for optimal performance; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These words don't mix well together. ("minimum", "required" and "optimal" are all about putting some restrictions on the amount of RAM)
- A minimum of 1 GB of RAM is required for optimal performance; | |
- 1 GB of RAM is recommended for optimal performance; |
- Supported operating systems include Ubuntu 18.04+, Windows 10+ (partial support), and MacOS Big Sur (partial support); | ||
- Python version 3.8 or higher is necessary for proper functionality; | ||
- A minimum of 1 GB of RAM is required for optimal performance; | ||
- If analytics collection or database integration is intended, Docker version 20 or higher may be necessary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why that version?
(cherry picked from commit ad31663)
Description
Please describe here what changes are made and why.
Checklist
List here tasks to do in order to complete this PR.
To Consider
.ignore
files, scripts (such aslint
), distribution manifest (if files are added/deleted)