-
Use Git Bash
-
cd ../../Development
-
git clone [email protected]:northriverboats/costing-sheets-rec.git
-
cd costing-sheets-rec
-
Use windows shell
-
cd \Development\costing-sheets-rec
-
\Python37\python -m venv .venv
-
.venv\Scripts\activate
-
python -m pip install pip --upgrade
-
pip install -r requirements.txt
-
Remember to Create New Branch Before Doing Any Work
.venv\Scripts\pyinstaller.exe --onefile --windowed --icon options.ico --name "Costing Sheets for Rec" "costing-sheet-rec.spec" main.py