Skip to content

Commit

Permalink
extend package build info
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupak committed Aug 12, 2024
1 parent e04c769 commit 635e09e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ The IMOS passive audio tools library is wrapped in a python package named IMOSPA
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
.. ::
#. Build and install the package locally

.. code-block::
# test build & local install
Expand All @@ -33,6 +37,8 @@ The IMOS passive audio tools library is wrapped in a python package named IMOSPA
python3 -m pip -v uninstall IMOSPATools
python3 -m pip -v cache purge
#. Makefile

There is also a simple `Makefile <Makefile>`_ that is capable of the generic make functionality:

.. code-block::
Expand All @@ -43,6 +49,8 @@ The IMOS passive audio tools library is wrapped in a python package named IMOSPA
.. ::

#.Usage

To use the functions from the package, just import the module and call the functions:

.. code-block::
Expand Down

0 comments on commit 635e09e

Please sign in to comment.