Skip to content

robertionut95b/python-ecommerce-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open this project in your IDE of choice. You can either run it with a virtualenv or using the OS's Python compiler

  1. Using a virtualenv in Conda (replace the x with your python version, envname with a name of your choice)
conda create -n envname python=x.x anaconda
  1. Activate the virtualenv
conda activate envname
  1. Install dependencies
pip install -r requirements.txt
  1. Execute script
python main.py
  1. Deactivating virtual env
conda deactivate

Or by simply using your OS's Python installation:

  1. Open the project in your IDE of choice

  2. Open a terminal

  3. Install dependencies

pip install -r requirements.txt
  1. Execute script
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages