Skip to content

Commit 966ef0f

Browse files
henrikbrixandersenkartben
authored andcommitted
doc: develop: optimizations: tools: use latest puncover release
Update the documentation to recommend installing the latest puncover release publiced to the Python Package Index (PyPI). At the time of this commit, the latest release on PyPI is v0.4.2, which matches the latest release available on the puncover GitHub repo. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
1 parent 74f32fa commit 966ef0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/develop/optimizations/tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ the files and view their ROM, RAM, and stack usage.
168168
Before you can use this
169169
target, install the puncover Python module::
170170

171-
pip3 install git+https://github.com/HBehrens/puncover --user
171+
pip3 install --user puncover
172172

173173
.. warning::
174174

0 commit comments

Comments
 (0)