We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713e86a commit 947cb12Copy full SHA for 947cb12
README.md
@@ -35,14 +35,14 @@ The configuration file is identical to that used by the lpctools project
35
### pypi
36
pip install ISPProgrammer
37
### From Source
38
-NXPISP is a python3 package and can be installed using pip.
+isp-programmer is a python3 package and can be installed using pip.
39
Clone the repository, enter the directory with setup.py in it and run
40
pip install .
41
The default location for the configuration file is at /etc/lpctools_parts.def.
42
The file can either be copied there or the path passed in when calling the tool
43
with the --config_file/-f flag.
44
45
- 1. cd NXPISP
+ 1. cd isp-programmer
46
2. pip install .
47
3. cp lpctools_parts.def /etc
48
0 commit comments