Skip to content

Commit

Permalink
added pip install to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ReggaeUlli authored Aug 14, 2023
1 parent f0baf72 commit 2b9a850
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ cd client
call npm run build
cd ../
cd server
call D:\Programme\anaconda\envs\Masterarbeit_Ulrich\python.exe ./app.py
cd ../
call pip install -r requirements.txt
call python app.py
cd ../

0 comments on commit 2b9a850

Please sign in to comment.