- Python 3.10+ here.
- E: [email protected]
- P: admin123
- Download git here.
- Git Bash will be installed along with Git.
- Use Git Bash to enter git commands.
After installing git.
Clone This Project
Commands:
git clone https://github.com/dambear/BtangSole-E-Commerce-Website.git
note if you see a virt folder in the project directory you can skip this part
But to be sure that the project will work delete the folder and run the commands
Git bash in the Projectt Directory
Command:
python -m venv virt
Then activate the virtual environment
Command:
source virt/Scripts/activate
Then install requirements.txt
Command:
pip install -r requirements.txt