Skip to content

Commit

Permalink
Fix in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jul 17, 2020
1 parent 8401037 commit f9cf5d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions textxdev/scaffold/template/install-dev.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh

pip install --upgrade pip || exit 1
pip install -e .[dev] || exit 1
./install-test.sh
pip install -e .[dev,test] || exit 1

0 comments on commit f9cf5d1

Please sign in to comment.