{"type":"video","version":"1.0","html":"<iframe src=\"https://www.loom.com/embed/efcbf81e43074863807750d4ad2f8d7a\" frameborder=\"0\" width=\"1644\" height=\"1233\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>","height":1233,"width":1644,"provider_name":"Loom","provider_url":"https://www.loom.com","thumbnail_height":1233,"thumbnail_width":1644,"thumbnail_url":"https://cdn.loom.com/sessions/thumbnails/efcbf81e43074863807750d4ad2f8d7a-28216dc7ff607695.gif","duration":913.3647,"title":"Setting Up Elodin on Windows","description":"Hi, I'm Dan, CEO of Elodin, and in this video, I guide you through setting up Elodin on Windows. I show you how to start a 30-day trial without needing payment info and offer to extend it if needed. We go through onboarding steps, setting up WSL for Linux, installing dependencies, and creating a template for the three-body problem. Follow along to get Elodin up and running smoothly on your Windows system.\n\nHandy commands:\nwsl --install\nwsl --list\nwsl --list --global\nwsl --install -d Ubuntu-24.04\n\nsudo apt-get update\nsudo apt install libgfortran5\nsudo apt install libasound2\nsudo apt install python3-pip\nsudo apt install python-is-python3\nsudo apt install python3.12-venv\n\nmkdir dev\ncd dev\n\ncurl -0 https://storage.googleapis.com/elodin-releases/latest/elodin-x86_64-unknown-linux-gnu.tar.gz --output elodin.tar.gz\n\ntar -xvzf elodin.tar.gz\ncd elodin\nsudo chmod +x elodin\nsudo mv elodin /usr/local/bin/elodin\ncd ..\nwhich elodin\n\npython3 -m venv .venv\n. .venv/bin/activate\npip install elodin\nelodin create --template three-body\n\nelodin login\nelodin run three-body.py"}