We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7ac2c commit 0911ca3Copy full SHA for 0911ca3
README.md
@@ -8,7 +8,7 @@ AUR: [spd-eeprom](https://aur.archlinux.org/packages/spd-eeprom)
8
## Dependencies
9
10
```
11
-python
+python3
12
13
14
## Usage
spd-eeprom.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python3
2
#
3
# spd-eeprom.py -- A simple command line tool for reading and writing AT24/EE1004 SPD EEPROMs.
4
0 commit comments