diff --git a/README.md b/README.md index 34dfb05..0f2c770 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Python Brasil 2025 Workshop +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/sktime/python_brasil_2025/main?urlpath=%2Fdoc%2Ftree%2Fnotebooks%2F) + Repositório com notebooks para Python Brasil 2025 ## Setup diff --git a/requirements.txt b/requirements.txt index 356f8ae..d8d54bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,6 @@ lightgbm>=4.6.0,<5.0.0 prophetverse>=0.10.0,<0.11.0 pytorch-forecasting>=1.5.0,<2.0.0 pytest>=8.4.2 + +# Install current directory as editable package +-e . \ No newline at end of file