Lines Matching full:install
16 # 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 .
71 Install some packages to be able to run the examples
73 > pip install numpy
74 > pip install scipy
75 > pip install matplotlib
77 Depending on the example, you may have to install more packages.