sree-hari-s / Ecommerce_New_Project

An ecommerce website build using Python Django in the backend, sqlite for database management and HTML as view engine to render pages dynamically.
MIT License
12 stars 0 forks source link

[Add] Guide on how to run this project locally on host machine #3

Closed sree-hari-s closed 1 year ago

sree-hari-s commented 1 year ago

Some fixes need to be done in the requirements.txt

yr1404 commented 1 year ago

I have some questions.

[Add] Guide on how to run this project locally on host machine

This is to be added in Readme, isn't it?

Some fixes need to be done in the requirements.txt

Can you specify the changes?

sree-hari-s commented 1 year ago

After creating Environment python -m venv env

Activate the environment Source env/bin/activate

Install the required packages pip install -r requirements.txt

there is some error showing up, try from your en

SimardeepSingh-zsh commented 1 year ago

Update Package Versions: If the issue involves outdated package versions or conflicts between packages, consider updating the package versions in the requirements.txt file. You can specify the desired version of a package using the format package-name==version.

Remove Unnecessary Packages: If there are packages listed in the requirements.txt file that are no longer needed for the project, remove them to simplify the dependencies.

sree-hari-s commented 1 year ago

Thanks for the reply @SimardeepSingh-zsh will update and try to close the issue.