7 lines
124 B
Bash
7 lines
124 B
Bash
|
cd /home/0xmrtt/matrixai
|
||
|
poetry install
|
||
|
|
||
|
export MATRIX_PASSWORD="a secret password"
|
||
|
|
||
|
poetry run python matrixai/__init__.py
|