Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 704 Bytes

File metadata and controls

24 lines (17 loc) · 704 Bytes

parallel-python-workshop

Python application Binder

Environment for the Parallel Python workshop. Lesson material can be found on the Software Carpentry Incubator

If the tests pass, your setup is good for the workshop.

For conda users

conda env create -f environment.yml
conda activate parallel-python
pytest

Or use Poetry

pip install --user poetry
poetry install
poetry run pytest