5 lines
98 B
Bash
5 lines
98 B
Bash
|
::Install Python Modules
|
||
|
pip install -r requirements.txt
|
||
|
|
||
|
:: Install vn.py
|
||
|
python setup.py install
|