Searched +full:check +full:- +full:python +full:- +full:pipenv (Results 1 – 3 of 3) sorted by relevance
1 QEMU_VENV_DIR=.dev-venv2 QEMU_MINVENV_DIR=.min-venv7 @echo "python packaging help:"9 @echo "make check-minreqs:"12 @echo " Requires: Python 3.8"15 @echo "make check-tox:"16 @echo " Run tests against multiple python versions."18 @echo " Requires: Python 3.8 - 3.11, and tox."19 @echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"23 @echo "make check-dev:"[all …]
6 # Created by https://www.toptal.com/developers/gitignore/api/python7 # Edit at https://www.toptal.com/developers/gitignore?templates=python9 ### Python ###10 # Byte-compiled / optimized / DLL files19 .Python21 develop-eggs/32 share/python-wheels/33 *.egg-info/39 # Usually these files are written by a python script from a template45 pip-log.txt[all …]
9 poky/documentation - The directory within the poky Git repository containing18 yocto-docs/documentation - The Git repository for the Yocto Project manuals.25 git clone git://git.yoctoproject.org/yocto-docs28 yocto-docs Git repository. Later, they make it37 * brief-yoctoprojectqs - Yocto Project Quick Start38 * overview-manual - Yocto Project Overview and Concepts Manual39 * contributor-guide - Yocto Project and OpenEmbedded Contributor Guide40 * ref-manual - Yocto Project Reference Manual41 * bsp-guide - Yocto Project Board Support Package (BSP) Developer's Guide42 * dev-manual - Yocto Project Development Tasks Manual[all …]