aws-samples / jenkins-on-aws

MIT No Attribution
58 stars 27 forks source link

Improve on the readme.md #27

Open michaelcostabr opened 1 year ago

michaelcostabr commented 1 year ago

For those that aren't familiar with CDK and Python, it would be nice to put this command line on the instructions, because the CDK output a dependency error message if we just type CDK Synth:

Lines to add to the documentation:

1- Install project dependencies:

python -m pip install -r requirements.txt