Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 187 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 187 Bytes

code-transaction

create and activate virtual enviornment

python -m venv venv
source venv/bin/activate

install dependencies

make init

run application

make run