Skip to content

denisecase/smart-sales-starter-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart-sales-starter-files

Starter files to initialize the smart sales project.


Project Setup Guide (1-Mac/Linux)

Run all commands from a terminal in the root project folder.

Step 1A - Create a Local Project Virtual Environment

python3 -m venv .venv

Step 1B - Activate the Virtual Environment

source .venv/bin/activate

Step 1C - Install Packages

python3 -m pip install --upgrade -r requirements.txt

Step 1D - Optional: Verify .venv Setup

python3 -m datafun_venv_checker.venv_checker

Step 1E - Run the initial project script

python3 scripts/data_prep.py

Project Setup Guide (2-Windows)

Run all commands from a PowerShell terminal in the root project folder.

Step 2A - Create a Local Project Virtual Environment

py -m venv .venv

Step 2B - Activate the Virtual Environment

.venv\Scripts\activate

Step 2C - Install Packages

py -m pip install --upgrade -r requirements.txt

Step 2D - Optional: Verify .venv Setup

py -m datafun_venv_checker.venv_checker

Step 2E - Run the initial project script

py scripts/data_prep.py

Initial Package List

About

Starter files to help initialize the smart sales project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages