Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 572 Bytes

development.md

File metadata and controls

30 lines (23 loc) · 572 Bytes

Development

System Requirements


Creating Source Distribution (.tar.gz file)

  • Source distribution file (sim_csv_script*-VERSION.tar.gz) will be created in dist/ folder

Windows

make_distribution.bat

Linux

# TODO: create make_distribution.bat equivalent bash script

Installing Source Distribution (.tar.gz file)

Windows

python -m pip install {sim_csv_script-VERSION.tar.gz}

Linux

python3 -m pip install {sim_csv_script-VERSION.tar.gz}