Skip to content

Commit

Permalink
Merge pull request #348 from helxplatform/eduhelx-data715
Browse files Browse the repository at this point in the history
fix: Re-add install clause of Makefile.
  • Loading branch information
cnbennett3 authored Apr 24, 2024
2 parents fda5aa9 + 9b20d9f commit 36f939e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ clean:
${MANAGE} flush
${PYTHON} -m pip uninstall -y -r requirements.txt

#install: Install application along with required development packages
install:
${PYTHON} -m pip install --upgrade pip
${PYTHON} -m pip install -r requirements.txt

#test: Run all tests
test:
Expand Down

0 comments on commit 36f939e

Please sign in to comment.