1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-02-13 13:11:20 -05:00
veilid/veilid-python/poetry_install.sh

5 lines
137 B
Bash
Raw Normal View History

2023-06-19 15:23:30 -04:00
#!/bin/bash
2023-06-23 21:12:48 -04:00
poetry config --local virtualenvs.in-project true
2023-06-19 15:23:30 -04:00
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
poetry install