Skip to content

Commit

Permalink
docs/psoc6: Minor fixes in installation docs.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <[email protected]>
  • Loading branch information
jaenrig-ifx committed Feb 2, 2024
1 parent 97b101a commit 6cbf5d0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/psoc6/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can easily download them terminal with the following command:

.. code-block:: bash
curl.exe -s -L https://raw.githubusercontent.com/infineon/micropython/ports-psoc6-main/tools/psoc6/mpy-psoc6.py > mpy-psoc6.py
curl -s -L https://raw.githubusercontent.com/infineon/micropython/ports-psoc6-main/tools/psoc6/mpy-psoc6.py > mpy-psoc6.py
Make sure you have a recent version on `Python3.x <https://www.python.org/downloads/>`_ installed and the `pip <https://pip.pypa.io/en/stable/installation/>`_ package installer.
Then install the following packages:
Expand Down
21 changes: 21 additions & 0 deletions docs/psoc6/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,27 @@ In your computer terminal, type the following commands and follow the instructio

.. tabs::

.. group-tab:: Python

Download the mpy-psoc6 utility script:

.. code-block:: bash
curl -s -L https://raw.githubusercontent.com/infineon/micropython/ports-psoc6-main/tools/psoc6/mpy-psoc6.py > mpy-psoc6.py
Make sure you have a recent version on `Python3.x <https://www.python.org/downloads/>`_ installed and the `pip <https://pip.pypa.io/en/stable/installation/>`_ package installer.
Then install the following packages:

.. code-block:: bash
pip install requests
Finally run the script:

.. code-block:: bash
python mpy-psoc6.py quick-start
.. group-tab:: Linux

Download the mpy-psoc6 utility script:
Expand Down

0 comments on commit 6cbf5d0

Please sign in to comment.