Python package test-aws-devbox
- Introduction
- Installation
- Usage
- Known issues and limitations
- Getting help
- Contributing
- License
- Authors and history
Python package test-aws-devbox
BLAH BLAH.
Python: Python 3.8+ is required. See your OS documentation for instructions.
The current released version of test-aws-devbox
can be installed with
pip3 install test-aws-devbox
Poetry is required; it can be installed with:
curl -sSL https://install.python-poetry.org | python3 -
Clone the repository and install test-aws-devbox into a private virtualenv with:
cd <parent-folder>
git clone https://github.com/vladsadovsky/test-aws-devbox.git
cd test-aws-devbox
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.
test-aws-devbox
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 test-aws-devbox is Vlad Sadovsky.