add lxmd container

This commit is contained in:
sigil-03 2025-12-17 21:06:07 -07:00
parent 60ca5c62ec
commit 3fde0ef154
4 changed files with 31 additions and 0 deletions

5
lxmd/setup.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
pwd
python3 -m venv venv
source venv/bin/activate
pip install lxmf