Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 446 Bytes

File metadata and controls

19 lines (10 loc) · 446 Bytes

TEST REPOT

testing-scripts

testing with data parts custs transaction

create virtual env

py -m venv .venv

Run the following command from the project root directory. The command works in PowerShell

.venv\Scripts\activate

INSTALL DEPENDENCIES. Run the following commands from the project root directory. The commands work in PowerShell

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