[Fix] fixed install script

This commit is contained in:
nanoric 2019-03-18 22:45:48 -04:00
parent c7078531b7
commit c3f496475c
2 changed files with 5 additions and 4 deletions

View File

@ -2,4 +2,4 @@
pip install -r requirements.txt
:: Install vn.py
python setup.py install
pip install .

View File

@ -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 .