[Fix] fixed install script
This commit is contained in:
parent
c7078531b7
commit
c3f496475c
@ -2,4 +2,4 @@
|
||||
pip install -r requirements.txt
|
||||
|
||||
:: Install vn.py
|
||||
python setup.py install
|
||||
pip install .
|
@ -1,5 +1,6 @@
|
||||
::Install Python Modules
|
||||
#!/usr/bin/env bash
|
||||
# Install Python Modules
|
||||
pip install -r requirements.txt
|
||||
|
||||
:: Install vn.py
|
||||
python setup.py install
|
||||
# Install vn.py
|
||||
pip install .
|
Loading…
Reference in New Issue
Block a user