Skip to content

Commit

Permalink
fix: makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eaguad1337 committed Jul 4, 2024
1 parent 3ea99f7 commit ec0417a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
init:
cp .env-example .env
pip install -r requirements.txt
pip install --upgrade -r requirements.txt
pip install '.[test]'
# Create MySQL Database
# Create Postgres Database
Expand Down

0 comments on commit ec0417a

Please sign in to comment.