Skip to content

Commit

Permalink
Revised development batch files for quick installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuvinJ committed Jan 17, 2019
1 parent 91e3b7d commit 9a3b557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set thisDir=%~dp0
cd "%thisDir%"

pip install .
python -m pip install .
pause
2 changes: 1 addition & 1 deletion install3.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set thisDir=%~dp0
cd "%thisDir%"

pip3 install .
python3 -m pip install .
pause

0 comments on commit 9a3b557

Please sign in to comment.