Skip to content

Commit

Permalink
github doesn't support the note declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Dec 11, 2023
1 parent 3782017 commit 7ebe4fd
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,21 @@ steps which must be performed in C:
Installation
============

.. note::
As littlefs_ is bundled with the package you will need to install the correct version of
this package in successfully read or create images for your embedded system. If you start
from scratch the latest version is recommended.
As littlefs_ is bundled with the package you will need to install the correct version of
this package in successfully read or create images for your embedded system. If you start
from scratch the latest version is recommended.

.. csv-table::
:header: "Package Version", "LittleFS Version", "LittleFS File System Version"
.. csv-table::
:header: "Package Version", "LittleFS Version", "LittleFS File System Version"

0.8.X, 2.8.0, 2.0 / 2.1 [#f1]_
0.7.X, 2.7.0, 2.0 / 2.1 [#f1]_
0.6.X, 2.7.0, 2.0 / 2.1 [#f1]_
0.5.0, 2.6.1, 2.1
0.4.0, 2.2.1, 2.0
0.3.0, 2.2.1, 2.0
0.8.X, 2.8.0, 2.0 / 2.1 [#f1]_
0.7.X, 2.7.0, 2.0 / 2.1 [#f1]_
0.6.X, 2.7.0, 2.0 / 2.1 [#f1]_
0.5.0, 2.6.1, 2.1
0.4.0, 2.2.1, 2.0
0.3.0, 2.2.1, 2.0

.. [#f1] See ``test/test_multiversion.py`` for examples.
.. [#f1] See ``test/test_multiversion.py`` for examples.
This is as simple as it can be::
Expand Down Expand Up @@ -113,9 +112,7 @@ the package::
pip install -r requirements.txt
pip install -e .

.. note::
It's highly recommended to install the package in a virtual environment!

It's highly recommended to install the package in a virtual environment!

Development Hints
-----------------
Expand Down

0 comments on commit 7ebe4fd

Please sign in to comment.