Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[externally-managed]
Error=To install Python packages system-wide, try 'depot install
python-xyz', where xyz is the package you are trying to
install.
If you wish to install a non-Vertex-packaged Python package,
create a virtual environment using 'python -m venv path/to/venv'.
Then use path/to/venv/bin/python and path/to/venv/bin/pip.
If you wish to install a non-Vertex packaged Python application,
it may be easiest to use 'pipx install xyz', which will manage a
virtual environment for you. Make sure you have python-pipx
installed via depot.