This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```bash | |
| $ tox --devenv venv | |
| py: install_deps> python -I -m pip install -r requirements-dev.txt | |
| .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' | |
| .pkg: _optional_hooks> python /opt/homebrew/Cellar/tox/4.54.0/libexec/lib/python3.14/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ | |
| .pkg: get_requires_for_build_sdist> python /opt/homebrew/Cellar/tox/4.54.0/libexec/lib/python3.14/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ | |
| .pkg: get_requires_for_build_editable> python /opt/homebrew/Cellar/tox/4.54.0/libexec/lib/python3.14/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ | |
| .pkg: build_editable> python /opt/homebrew/Cellar/tox/4.54.0/libexec/lib/python3.14/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ | |
| py: install_package_deps> python -I -m pip install 'cfgv>=2.0.0' 'identify>=1.0.0' 'nodeenv>=0.11.1' 'pyyaml>=5.1' 'virtualenv>=20.10.0' | |
| py: install_package> python -I -m pip inst |