diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-08 05:44:55 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-08 05:44:55 +0000 |
| commit | 323110b0d053e2067a3cae6db62bc209f869bc57 (patch) | |
| tree | 2bc39115d56abc42c203e575059292df72fabdc4 /challenge-099/tyler-wardhaugh/python/README.md | |
| parent | 7cebc2f1b3c669c7f07abcf7dccb160626dbf921 (diff) | |
| download | perlweeklychallenge-club-323110b0d053e2067a3cae6db62bc209f869bc57.tar.gz perlweeklychallenge-club-323110b0d053e2067a3cae6db62bc209f869bc57.tar.bz2 perlweeklychallenge-club-323110b0d053e2067a3cae6db62bc209f869bc57.zip | |
- Added template for Challenge 99.
Diffstat (limited to 'challenge-099/tyler-wardhaugh/python/README.md')
| -rw-r--r-- | challenge-099/tyler-wardhaugh/python/README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/challenge-099/tyler-wardhaugh/python/README.md b/challenge-099/tyler-wardhaugh/python/README.md new file mode 100644 index 0000000000..976f770899 --- /dev/null +++ b/challenge-099/tyler-wardhaugh/python/README.md @@ -0,0 +1,25 @@ + +# The Weekly Challenge + +The Weekly Challenge - #096 - Tyler Wardhaugh + +## Usage + +Ensure requirements are satified (ideally in venv): + $ make satisfy-reqs + +Run Task 1: + + $ ./ch1.py S + +Run Task 2: + + $ ./ch2.py S1 S2 + +Run the project's tests (all the samples from the task descriptions plus some others): + + $ make test + +## Requirements: +* [Python 3](https://www.python.org/) +* [NumPy](https://numpy.org/) |
