wowstash/bin/setup

6 lines
94 B
Text
Raw Normal View History

2020-08-21 07:39:59 +00:00
#!/bin/bash
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt