Skip to content

Commit

Permalink
add installation scripts & Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed Nov 8, 2023
1 parent dd130fa commit 8b63735
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
install-editable:
@ ./install-editable-dev
6 changes: 6 additions & 0 deletions install-editable-dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash


python3 -m pip install PEP517 PIP SetUpTools Wheel --upgrade

python3 -m pip install -e . --upgrade --user
3 changes: 3 additions & 0 deletions install-editable-dev.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python -m pip install PEP517 PIP SetUpTools Wheel --upgrade

python -m pip install -e . --upgrade --user

0 comments on commit 8b63735

Please sign in to comment.