Skip to content

Commit

Permalink
Update README.md with additional scaffold options for Python apps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukin0110 committed Feb 20, 2024
1 parent c7ddf07 commit f1637c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Check out the following demos for examples of scaffolded projects using this tem

- 🐳 Reproducible [Docker](https://www.docker.com/) based development environments with [Docker Compose](https://docs.docker.com/compose/) and [Development Containers](https://containers.dev/)
- 🤝 Integrated support for [VSCode](https://code.visualstudio.com/) with [VSCode Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) and [GitHub Codespaces](https://github.com/features/codespaces)
- 🐍 Scaffold a Python package or a [FastAPI](https://fastapi.tiangolo.com/) app with [Pydantic V2](https://docs.pydantic.dev/2.5/) or a [Gradio](https://www.gradio.app/) app to demo Machine Learning models
- 🐍 Scaffold a Python package or a [FastAPI](https://fastapi.tiangolo.com/) app with [Pydantic V2](https://docs.pydantic.dev/2.5/), [Django](https://www.djangoproject.com/) app, [Streamlit](https://streamlit.io/) app or [Gradio](https://www.gradio.app/) app to demo Machine Learning models
- 📦 Dependency management with [Poetry](https://python-poetry.org/)
- 🏃 Task running with [Poe the Poet](https://poethepoet.natn.io/index.html)
- ✍️ Code formatting with [Ruff](https://docs.astral.sh/ruff/)
Expand All @@ -40,7 +40,7 @@ Check out the following demos for examples of scaffolded projects using this tem
2. Create a new repository and clone it locally.
3. Run copier in your cloned directory:
```bash
copier copy --vcs-ref=v0.2.1 git@github.com:lukin0110/poetry-copier.git .
copier copy --vcs-ref=v0.3.0 git@github.com:lukin0110/poetry-copier.git .
```

### Updating a project
Expand Down

0 comments on commit f1637c7

Please sign in to comment.