This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
cloud-errbot/virtualenv-init

3 lines
91 B
Bash
Executable file

#!/bin/sh
virtualenv --python `which python3` .venv
.venv/bin/pip install errbot sleekxmpp