Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 862 Bytes

contributing.rst

File metadata and controls

28 lines (21 loc) · 862 Bytes

Contributing

See https://github.com/dazza-codes/aio-aws

Code for some examples can be run by cloning the repo and following the instructions to get started.

The following setup assumes that miniconda3 and poetry are installed already (and make 4.x).

git clone https://github.com/dazza-codes/aio-aws
cd aio-aws
conda create -n aio-aws python=3.7
conda activate aio-aws
make init  # calls poetry install