Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
docs(README): update docs prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed May 22, 2021
1 parent 78c8c18 commit d2fb73f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ansible Workbench

Ansible Role Development Enviroment.
Ansible Role Development Environment.

(Please see the [cookiecutter documentation](https://cookiecutter.readthedocs.io/) for instructions on how to use this project template.)

Expand All @@ -16,7 +16,7 @@ This template generates a development environment for Ansible Roles with a funct

## Getting Started

- `pip install cookiecutter`
- `pip install cookiecutter poetry`
- `cookiecutter https://github.com/shared-vision-solutions/ansible-workbench.git --checkout v0.1.0`

Give your project a name, and populate the other required template inputs.
Expand All @@ -37,7 +37,7 @@ A `master` branch will be created, allowing you to manage a separate `production

Use the [pyproject.toml](./{{cookiecutter.project_slug}}/pyproject.toml) file to store your project dependencies in accordance with [PEP 518](https://www.python.org/dev/peps/pep-0518/) and [Poetry Dependency Management](https://python-poetry.org/docs/pyproject/#dependencies-and-dev-dependencies).

Poetry is leverage to manage the Python dependencies:
Poetry is leveraged to manage the Python dependencies:
- [Adding Python Packages with Poetry](https://python-poetry.org/docs/cli/#add)
- [Removing Python Packages With Poetry](https://python-poetry.org/docs/cli/#remove)

Expand Down

0 comments on commit d2fb73f

Please sign in to comment.