Kedro Spaceflights - part 2 | Stream replay June 7, 2021 ======================================================== This was my seconf time ever streaming on twitch.tv/waylonwalker, and I completely botched my mic 2x. Date: June 7, 2021 This was my seconf time ever streaming on [twitch.tv/waylonwalker](https://twitch.tv/waylonwalker), and I completely botched my mic 2x. [https://youtu.be/_7MwgKu-844](https://youtu.be/_7MwgKu-844) ## Links * [Spaceflights Tutorial](https://kedro.readthedocs.io/en/stable/03_tutorial/01_spaceflights_tutorial.html) * [my spaceflights repo](https://github.com/WaylonWalker/kedro-spaceflights) ## Notes to get started ``` bash pipx run kedro new cd project python -m venv .venv source .venv/bin/activate pip install kedro kedro install ```