generated from the-liberated-edge/wikijs
Initialise project from command line #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
pipenvin order for our development workflow to work. One needs to run a couple of commands. This can be done easier through Task.Acceptance Criteria
README.mdhas been updated to reflect the changes.