If python had a package management, I would hate it.
This commit is contained in:
parent
8a5bebb254
commit
2eec7b4f5e
8 changed files with 67 additions and 92 deletions
|
|
@ -16,15 +16,14 @@ the bot follows each invite (autojoin) and have two commands:
|
|||
!echo [text] - in a DM the bot responds with 'text',
|
||||
in regular rooms it is a reply.
|
||||
|
||||
install (venv):
|
||||
install from source (venv):
|
||||
|
||||
you need go >=1.22 and libolm-dev installed
|
||||
|
||||
(create and activate a venv)
|
||||
|
||||
cd pygomx-module
|
||||
pip install -r requirements.txt
|
||||
make install
|
||||
|
||||
(run 'make clean' to remove any generated)
|
||||
pip install .
|
||||
|
||||
cd ../smal
|
||||
pip install [-e] .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue