Skip to content

Instantly share code, notes, and snippets.

@faysou
faysou / Nautilus_Install.md
Last active January 8, 2026 09:08
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