Skip to content

Commit 0911ca3

Browse files
committed
python: change the interpreter to python3
1 parent ea7ac2c commit 0911ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AUR: [spd-eeprom](https://aur.archlinux.org/packages/spd-eeprom)
88
## Dependencies
99

1010
```
11-
python
11+
python3
1212
```
1313

1414
## Usage

spd-eeprom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# spd-eeprom.py -- A simple command line tool for reading and writing AT24/EE1004 SPD EEPROMs.
44
#

0 commit comments

Comments
 (0)