waka-readme/CONTRIBUTING.md
Jovial Joe Jayarson 30c19dde74 feat: bumped versions, upd. deps
- Fix issues with retry while fetching API data
- Made readme more reader friendly
- Some improvements in log messages
- Update project dependencies
2022-08-06 22:55:51 +05:30

814 B

Contributing

python_ver

First off, thank you! Please follow along.

  1. Fork this repository and clone your fork into a local machine.
  2. Install poetry with: curl -sSL https://install.python-poetry.org | python -
  3. Open a terminal in the cloned folder and create a virtual environment using: poetry shell and install dependencies with poetry install
  4. Put environment variables in a local .env file
  5. Test the program python -m unittest discover.
  6. Read main.py:L389 before step 7.
  7. Finally run it in development mode with python -m main --dev.

Resources