These are bunch of exercises designed for Untwisting Twisted workshop 👨🔧.
pipenv shell
This command will create a reusable Python3.x virtual environment. Use this command to re-activate your virtual environment.
pipenv install
This command will install all the required Python dependencies. Make sure you are connected to the Internet while running this command.
make markdownlint-intall
This command will install [Markdown linter][markdown_linter]. It is expected to run this command.
make lint
This command will lint Markdown and Python code. Makesure you have installed
Markdown linter before running this command. You can also use
make markdownlint-intall command to install it.