steam-chat-viewer/.envrc

7 lines
127 B
Text
Raw Permalink Normal View History

2022-06-01 19:24:36 +02:00
#!/usr/bin/env bash
python3 -m venv .venv
source ./.venv/bin/activate
PATH_add .venv/bin
python3 -m pip install --upgrade pip