Searched full:install (Results 1 – 25 of 27) sorted by relevance
12
2 """Install all the required Python packages, with the minimum Python version.66 def install( member in Requirements71 """Call pip to install the requirements."""88 ['install'] + pip_install_options +99 parser.add_argument('--pip-install-option',101 help="Pass this option to pip install")108 help="Install to the Python user install directory"109 " (short for --pip-install-option --user)")123 reqs.install(pip_general_options=options.pip_general_options,
16 # but our CI has Python 3.5. So let pip install the newest version that's
23 && apt-get -y install software-properties-common \29 && apt-get -y install \56 RUN python3 -m pip install \98 && make install \108 && make install \119 && make install \131 && make install \142 && make install \154 && make install \
1 option(INSTALL_MBEDTLS_HEADERS "Install Mbed TLS headers." ON)8 install(FILES ${headers}12 install(FILES ${psa_headers}
5 # install into a directory inside our own build directory.25 --target install)
31 install(DIRECTORY include/everest39 install(TARGETS ${everest_target}
29 install(DIRECTORY :${CMAKE_CURRENT_SOURCE_DIR}37 install(TARGETS ${p256m_target}
41 install(TARGETS ${executables}45 install(PROGRAMS
26 # pip3 install --user hsslms==0.1.251 # pip3 install --user hsslms==0.1.274 # pip3 install --user hsslms==0.1.2
23 # * pip3 install --user pyhsslms63 # * pip3 install --user pyhsslms147 # pip3 install --user hsslms==0.1.2170 # pip3 install --user hsslms==0.1.2
12 install(TARGETS ${executables}
11 install(TARGETS ${executables}
13 install(TARGETS ${executables}
16 install(TARGETS ${executables}
22 install(TARGETS ${executables}
14 install:
31 install:
7 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean81 install: no_test target
64 …ckages, for some library source files, sample programs and test data. To install the necessary pac…66 python3 -m pip install --user -r scripts/basic.requirements.txt68 …n installation, you may need to invoke `python` instead of `python3`. To install the packages syst…
382 install(392 install(
39 install(TARGETS ${executables_mbedtls} ${executables_mbedcrypto}
60 install(TARGETS ${executables}
26 To run the fuzz targets without oss-fuzz, you first need to install one libFuzzingEngine (libFuzzer…
88 install(TARGETS ${executables_libs} ${executables_mbedcrypto}