Trying to get Flatpak build working

This commit is contained in:
Sumner Evans
2020-09-22 10:46:31 -06:00
parent 0ea03f3f79
commit 2889c6bd7b
6 changed files with 29 additions and 6 deletions

View File

@@ -8,4 +8,4 @@ pip3 install poetry
mkdir -p ~/.config/pypoetry/
echo "[virtualenvs]" > ~/.config/pypoetry/config.toml
echo "in-project = true" >> ~/.config/pypoetry/config.toml
poetry install --dev
poetry install