Initialise project from command line #15

Closed
opened 2024-03-02 01:56:52 +00:00 by emil · 0 comments
Owner

User Story

As an engineer, I'd like to set up the dependencies and development dependencies for the project easily from the command line and create a Python virtual environment for the project, so I could run the existing Ansible Molecule scenarios and playbooks.

Context

A number of Python modules need to be installed via pipenv in order for our development workflow to work. One needs to run a couple of commands. This can be done easier through Task.

Acceptance Criteria

  • A task for project initialisation that eventually switches to a newly created Python virtual environment has been introduced.
  • README.md has been updated to reflect the changes.
# User Story As an engineer, I'd like to set up the dependencies and development dependencies for the project easily from the command line and create a Python virtual environment for the project, so I could run the existing Ansible Molecule scenarios and playbooks. # Context A number of Python modules need to be installed via `pipenv` in order for our development workflow to work. One needs to run a couple of commands. This can be done easier through [Task](https://github.com/go-task/task). # Acceptance Criteria - [x] A task for project initialisation that eventually switches to a newly created Python virtual environment has been introduced. - [x] `README.md` has been updated to reflect the changes.
emil added the
Infrastructure
enhancement
labels 2024-03-02 01:56:52 +00:00
emil added this to the v1.0.0 project 2024-03-02 01:56:52 +00:00
emil added reference i-15-automate-project-setup 2024-03-04 22:35:23 +00:00
emil closed this issue 2024-03-04 22:37:29 +00:00
Sign in to join this conversation.
No description provided.