<@U06E82QHSQG> would this be how we recommend to i...
# support
t
@José Morales would this be how we recommend to install from github? Or is some other approach better or more standard? Thanks!
pip install --upgrade <https://github.com/nixtla/nixtla/tarball/master>
1
j
pip install git+<https://github.com/Nixtla/nixtla>
that picks the default branch automatically
t
thank you!