File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- * TODO
1+ # Bootstrap from MLOpsPython repository
2+
3+ If you would like to bootstrap from the existing MLOpsPython repo run bootstrap.py script as below
4+ > python bootstrap.py --d [ dirpath] --n [ projectname]
5+
6+ This script will download and prepare the repository for your project.
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def validateargs(self):
9292
9393def main (args ):
9494 # Run this script to create a template from mlopspython
95- # python bootstrap.py --d [dirpath] --n test
95+ # python bootstrap.py --d [dirpath] --n [projectname]
9696 parser = argparse .ArgumentParser (description = 'New Template' )
9797 parser .add_argument ("--d" , type = str ,
9898 help = "Absolute path to new project direcory" )
You can’t perform that action at this time.
0 commit comments