Skip to content

Commit

Permalink
v0.23.15: docs(readme): clean-up install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmlibre committed Oct 9, 2024
1 parent c5b6bdf commit e97e3af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Minor Changes
- docs: fix docstring typo & grammar
- docs: fix grammar of error message
- docs: fix (a)canonical_pack docstring format diagram
- docs(readme): clean-up install & test instructions
- test: prepare fixtures to refactor 'test_PackageSigner.py'
- test: refactor 'test_PackageSigner.py' & cover all branches
- test: cover input combinations for ``(a)test_timestamp``
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Quick Install

.. code-block:: shell
$ sudo apt-get install python3 python3-setuptools python3-pip
$ sudo apt-get install python3 python3-pip
$ pip3 install --user --upgrade pip aiootp
$ pip3 install --user --upgrade aiootp
Expand Down

0 comments on commit e97e3af

Please sign in to comment.