Skip to content
Snippets Groups Projects
Commit e14c1720 authored by schmittu's avatar schmittu :beer:
Browse files

updated CONTRIBUTING.md

parent 8aeb6208
No related branches found
No related tags found
No related merge requests found
# Contributing
Install Python version matching one specified in `binder/runtime.txt`.
Setup development environment:
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -U pip setuptools
$ pip install -r binder/requirements.txt
$ ./binder/postBuild
Register Git hooks (auto-remove output cells on commit):
$ git config core.hooksPath .hooks
Launch JupyterLab:
$ jupyter lab
Edit (improve) notebooks.
## Upload course material gitlab.ethz.ch
Use `update_course_repo.sh` to prepare official repository to be used during
the workshop. This script updates the official repository from the currently
active branch.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment