Skip to content

Commit

Permalink
uncomment install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 19, 2023
1 parent c4b9a90 commit 9950422
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/install.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
#Backend Installation
#Create virtual environment for the project

echo "Move Installation to Dockerfile"
#echo "Move Installation to Dockerfile"

#cd ..
#python3 -m venv venv
cd ..
python3 -m venv venv

#Activate virtual environment
#source venv/bin/activate
source venv/bin/activate

#Install required python pachages
#pip3 install -r requirements.txt
pip3 install -r requirements.txt

#Frontend Installation
#npm install
npm install

#cd scripts
cd scripts

0 comments on commit 9950422

Please sign in to comment.