The first step will be to clone the repo
git clone https://github.com/scalasm/my-python-kata-v2.git
The requirements are:
- Install the dependencies
poetry install
Using Docker is generally recommended (but not strictly required) because it abstracts away some additional set up work.
The requirements for Docker are:
- Docker CE
- Docker Compose
pip install docker-compose
- This is only a required step for linux. Docker comes bundled with docker-compose on Mac OS and Windows.
To run this project, you will need to add the following environment variables.
Variable | Description | Default |
---|---|---|
DEBUG | Toggles debug mode | False |
Now you are done! You can run the project using
poetry run task start
or test the project using
poetry run task test
Distributed under the MIT License. See LICENSE for more information.