Home
last modified time | relevance | path

Searched full:install (Results 1 – 13 of 13) sorted by relevance

/cmsis-dsp-latest/
DPythonWrapper_README.md16 # How to build and install
20 The building of this package has been tested on Windows with the Python install from python.org and…
36 pip install cmsisdsp
38 You must have a recent `pip` (to automatically install the dependencies like `NumPy`) and you shoul…
42 You can also install and run it from [Google colab](https://colab.research.google.com/):
48 …ssible for us to test all configurations), you can then try to build and install the wrapper manua…
53 …hub.com/ARM-software/CMSIS-DSP) wrapper is using `NumPy`, you must first install it in the virtual…
55 > pip install numpy
59 Now, you can install the cmsisdsp package in editable mode:
61 > pip install -e .
[all …]
DREADME.md43 `pip install cmsisdsp`
118 You should first install the tools from https://github.com/Open-CMSIS-Pack/devtools/tree/main/tools
/cmsis-dsp-latest/.github/workflows/
Druncpptest.yaml34 - name: Install system packages
37 sudo apt-get install libpython3.9 libtinfo5
64 - name: Install boost
67 echo "Install boost"
79 echo "Install missing python packages"
80 pip install -r ../Testing/requirements.txt
Druntest.yaml32 - name: Install system packages
35 sudo apt-get install libpython3.9 libtinfo5
64 echo "Install missing python packages"
65 pip install -r requirements.txt
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
DREADME.md5 arduino-cli lib install Arduino_CMSIS-DSP
12 pip install pyserial
/cmsis-dsp-latest/Testing/
DREADME.md16 pip install pyparsing
17 pip install Colorama
63 You may need to initialize the pack repository and install the needed packs:
374 pip install pyparsing
375 pip install Colorama
379 pip install statsmodels
380 pip install numpy
381 pip install panda
386 pip install pyyaml
/cmsis-dsp-latest/Documentation/Doxygen/
Dgen_doc.sh7 # - bash shell (for Windows: install git for Windows)
Ddsp.dxy.in1260 # - Install the latest version of global
1535 # running make install will install the docset in
1712 # install this plugin and make it available under the help contents menu in
1831 # enabled you may also need to install MathJax separately and configure the path
1872 # MathJax. However, it is strongly recommended to install a local copy of
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dmainpage.md35 …n [PyPI.org](https://pypi.org/project/cmsisdsp/). It can be installed with: `pip install cmsisdsp`.
/cmsis-dsp-latest/Testing/cmsis_build/
Dtest.cproject.yml134 # without requring to install a CMSIS Pack
/cmsis-dsp-latest/PythonWrapper/examples/
Dcmsisdsp_tests.ipynb50 "!pip install cmsisdsp"
DNoise suppression.ipynb34 "!pip install cmsisdsp"
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb34 …s are required. If they are not already installed on you system, you can install them from the not…
36 "`!pip install packagename`\n",
2244 "!arduino-cli lib install Arduino_CMSIS-DSP"
2344 "You need to install the `pyserial` python package"