Python package aws-dev-box-template
- Introduction
- Installation
- Usage
- Known issues and limitations
- Getting help
- Contributing
- License
- Authors and history
Python package aws-dev-box-template
BLAH BLAH.
Python: Python 3.8+ is required. See your OS documentation for instructions.
The current released version of aws-dev-box-template
can be installed with
pip3 install aws-dev-box-template
Poetry is required; it can be installed with:
curl -sSL https://install.python-poetry.org | python3 -
Clone the repository and install aws-dev-box-template into a private virtualenv with:
cd <parent-folder>
git clone https://github.com/sammck/aws-dev-box-template.git
cd aws-dev-box-template
poetry install
You can then launch a bash shell with the virtualenv activated using:
poetry shell
TBD
Please report any problems/issues here.
Pull requests welcome.
aws-dev-box-template
is distributed under the terms of the MIT License. The license applies to this file and other files in the Git repository hosting this file.
The author of aws-dev-box-template is Sam McKelvie.