@@ -7,8 +7,7 @@ Omit the prefix if you're on Windows.
77
88Installing with pip
99~~~~~~~~~~~~~~~~~~~
10- If you just need IntelHex library installed as your
11- system python library
10+ If you just need IntelHex library installed as your system python library
1211then it's better to use modern tool called ``pip``
1312(http://www.pip-installer.org/en/latest/)
1413to install with the command:
@@ -37,26 +36,21 @@ from PyPI:
3736
3837https://pypi.python.org/pypi/IntelHex
3938
40- Also IntelHex may be downloaded from:
39+ You can get the archive with the released code from corresponding section
40+ of GitHub project:
4141
42- https://launchpad.net/ intelhex/+download
42+ https://github.com/bialix/ intelhex/releases
4343
44- You can get the archive with the unreleased code from GitHub page:
44+ or even unreleased bleeding edge code from GitHub page:
4545
4646https://github.com/bialix/intelhex
4747
4848Use the corresponding menu item in the right-hand side bar on that page
4949(e.g. "Download ZIP").
5050
5151
52- Get source code with bzr or git
53- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54- Get the latest development code with bzr:
55-
56- bzr branch lp:intelhex
57-
58- Or get the latest development code with git:
59-
52+ Get source code with git
53+ ~~~~~~~~~~~~~~~~~~~~~~~~
6054 git clone https://github.com/bialix/intelhex.git
6155
6256
@@ -90,7 +84,7 @@ for helper scripts as hex2bin.py, bin2hex.py and other mentioned in this
9084documentation (see section Convenience Scripts).
9185
9286You can find these scripts in your python Script directory
93- (usually `C:\\PythonXY\\Scripts`). You need either to create batch file to run them,
94- or use Python interpreter:
87+ (usually `C:\\PythonXY\\Scripts`).
88+ You need either to create batch file to run them, or use Python interpreter:
9589
9690 python C:\\PythonXY\\Scripts\\hex2bin.py ...
0 commit comments