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
I would find this very useful. I'm using a docker container locally and changes I make to the synthcity repository don't seem to be recompiling. I'm having to do a pip install . every time.
On Colab the pip install . flow is faster so that's how I'm doing it currently.
It should be clear for new contributors how to set their dev environment and how to run static checks locally before raising a PR.
This should also be added as a page at the top of README.md, for easy access.
The list should include:
pip install synthcity[testing]
Example from Opacus: https://github.com/pytorch/opacus/blob/main/CONTRIBUTING.md
The text was updated successfully, but these errors were encountered: