Skip to content

Commit d8aac45

Browse files
committed
intial doc
1 parent dc47906 commit d8aac45

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

bootstrap/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
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.

bootstrap/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def validateargs(self):
9292

9393
def 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")

0 commit comments

Comments
 (0)