3 lines
91 B
Bash
Executable file
3 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
virtualenv --python `which python3` .venv
|
|
.venv/bin/pip install errbot sleekxmpp
|