Skip to content

Commit

Permalink
Python 3.8 support removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Dec 12, 2024
1 parent dea6e02 commit c6b966e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@ You can also run `smfc` in docker, see more details in [Docker.md](Docker.md).

### 1. Prerequisites
- a Super Micro motherboard with a BMC chip (i.e. ASPEED AST2400/2500/2600)
- Python 3.8+
- Python 3.9-3.13
- Linux OS with:
- `systemd` package
- `coretemp` kernel module for Intel(R) CPUs
- `k10temp` kernel module for AMD(R) CPUs
- `drivetemp` kernel module (kernel version 5.6+ required) modules for SATA hard disks
- `coretemp` or `k10temp` kernel module for Intel or AMD CPUs
- `drivetemp` kernel module (kernel version 5.6+ required) modules for SATA HDDs/SSDs
- `bash`
- `ipmitool`
- optional: `smartmontools` for the *standby guard* feature
- optional: `hddtemp` for the SAS/SCSI disks
- optional: `hddtemp` for SAS/SCSI disks

### 2. Installation and configuration
1. Set up the IPMI threshold values for your fans (see script `ipmi/set_ipmi_threshold.sh`).
Expand Down

0 comments on commit c6b966e

Please sign in to comment.