add nomadnet
This commit is contained in:
parent
3fde0ef154
commit
b04a4faa0a
4 changed files with 30 additions and 0 deletions
5
nomadnet/setup.sh
Executable file
5
nomadnet/setup.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
pwd
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install nomadnet
|
||||
Loading…
Add table
Add a link
Reference in a new issue