Skip to content

Commit 3ab9613

Browse files
committed
Update Python link from 3.7 to 3.8.10
1 parent 12f90df commit 3ab9613

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ logging.py
1919
env/
2020
*requirements_updated_experimental.txt
2121
*_fin.MF4
22-
*.idea
22+
*.idea
23+
*tp-uds-kia-ev6.dbc
24+
examples/other/matlab-basics/LOG_mf4_decoded/*

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For some use cases the below examples may be useful:
2121

2222
## Installation
2323

24-
- Install Python 3.7 for Windows ([32 bit](https://www.python.org/ftp/python/3.7.9/python-3.7.9.exe)/[64 bit](https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe)) or [Linux](https://www.python.org/downloads/release/python-379/) (_enable 'Add to PATH'_)
24+
- Install Python 3.8.10 for Windows ([32 bit](https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe)/[64 bit](https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe)) or [Linux](https://www.python.org/downloads/release/python-3810/) (_enable 'Add to PATH'_)
2525
- Download this project as a zip via the green button and unzip it
2626
- Open the folder with the `requirements.txt` file and enter below in your [command prompt](https://www.youtube.com/watch?v=bgSSJQolR0E&t=47s):
2727

0 commit comments

Comments
 (0)