Files
pyShelf/install.sh
2022-12-17 19:29:17 -05:00

5 lines
74 B
Bash
Vendored

#!/usr/bin/env bash
pip install pipenv &
pipenv install &
cd src/frontend