Get started by installing the conda environment.
cd into project root
mamba env create -f environment.yml
conda activate scipy_dev
pip install -e .
Our presentation is compiled to HTML using marp, which needs to be installed and made available to the PATH. To get a PDF version that correctly displays pauses/breaks, we utilize decktape.
To check that both executables are installed run
$ pytask src/scipy_dev/task_test_installations.py
Installation:
- marp: Can be installed from the README instructions
- decktape: Can be installed via
npm install -g decktape
This project was created with cookiecutter and the cookiecutter-pytask-project template.