Actually install pipenv

This commit is contained in:
Manuel Thalmann 2024-03-20 23:05:26 +01:00
parent a675daf807
commit 3afdbd8262

View file

@ -1,2 +1,2 @@
#!/bin/bash
sudo apt install -y python3 python-is-python3 python3-pip;
sudo apt install -y python3 python-is-python3 python3-pip pipenv;