Skip to content

Commit

Permalink
Document installation with mip and mpremote (#4)
Browse files Browse the repository at this point in the history
We document how the users can install the package. We haven't tested it
yet.
  • Loading branch information
mristin authored Apr 10, 2024
1 parent 415c0d4 commit 940c722
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,18 @@ Due to the limitations we had to **exclude**:
Versioning
==========
We follow the versioning of the original SDK that we patched.

Installation
============
We provide a [package.json](package.json), so you can directly install using `mpremote` from this repository:

.. code-block::
mpremote mip install github:aas-core-works/aas-core3.0-micropython
... or using `mip`:

.. code-block::
micropython -m mip install github:aas-core-works/aas-core3.0-micropython

0 comments on commit 940c722

Please sign in to comment.