Skip to content

Commit

Permalink
updated quickstart instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
phitoduck committed May 15, 2024
1 parent 781b263 commit b6b867a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ the best integration with the tools here, e.g.
# install cookiecutter into an isolated virtual environment
python -m venv ./venv/
source ./venv/bin/activate
pip install --upgrade pip
pip install cookiecutter

# cookie cut the template, answering the prompts, e.g.
# - repo_name: my-awesome-package
# - package_import_name: my_awesome_package
cookiecutter https://github.com/mlops-club/cloud-course-python-package-template.git
cookiecutter https://github.com/mlops-club/cloud-course-python-package-cookiecutter.git
```

## What are the opinions in this template?
Expand Down

0 comments on commit b6b867a

Please sign in to comment.