Skip to content

Instantly share code, notes, and snippets.

View ikeepo's full-sized avatar

ikeepo ikeepo

View GitHub Profile
@faysou
faysou / Nautilus_Install.md
Last active December 7, 2025 08:52
Install nautilus_trader dev env from scratch using uv only
curl https://sh.rustup.rs -sSf | bash -s -- -y
source ~/.cargo/env

curl -LsSf https://astral.sh/uv/install.sh | sh
source ~/.zshrc

brew install pre-commit sccache

NAUTILUS_DIR=~/Developer/nautilus