Developer Guide
Want to contribute? Here is how to setup a development environment for Conc.
The instructions below are only relevant if you want to contribute to Conc. The nbdev library is being used for development. If you are new to using nbdevc, here are some useful pointers to get you started (or visit the nbdev website).
Install conc in Development mode
# make sure conc package is installed in development mode
pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to conc
nbdev_prepare