for Python
Takes a question template, creates questions in the problems space
problem-space --input example/addition.md
# alternatively
poetry run problem-space --input example/addition.md
- Optional install pyenv (
curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
thenpyenv update
) - Install Python 3.6+ (
pyenv install 3.7.1
) - Install Poetry (
curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
) poetry install
poetry run pytest
poetry run black .