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 | bashthenpyenv 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 pytestpoetry run black .