add nomadnet

This commit is contained in:
sigil-03 2025-12-17 21:42:27 -07:00
parent 3fde0ef154
commit b04a4faa0a
4 changed files with 30 additions and 0 deletions

5
nomadnet/setup.sh Executable file
View file

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