You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need easy-to-follow instructions for preparing a dev environment.
This would probably include:
pull MDT (and possibly nbmolviz and pyccc as well)
pip install -e any relevant packages
install docker, pull the images.
install python dependencies locally?
know how to build new docker images
Still a big problem that docker images with MDT code in them will lag behind your dev version. Some sort of solution that lets us mount the code into the containers would be ideal. Possibly need to have a custom "dev" mode in CCC that would let you do this.
We need a better way to do interface development - a JSON interface + sending the code functions every time would probably fix this.
The text was updated successfully, but these errors were encountered:
Need easy-to-follow instructions for preparing a dev environment.
This would probably include:
Still a big problem that docker images with MDT code in them will lag behind your dev version. Some sort of solution that lets us mount the code into the containers would be ideal. Possibly need to have a custom "dev" mode in CCC that would let you do this.
We need a better way to do interface development - a JSON interface + sending the code functions every time would probably fix this.
The text was updated successfully, but these errors were encountered: