Skip to content

Instantly share code, notes, and snippets.

View caspercasanova's full-sized avatar

Nicholas Lopez caspercasanova

View GitHub Profile
@caspercasanova
caspercasanova / Nautilus_Install.md
Created March 7, 2025 01:32 — forked from faysou/Nautilus_Install.md
Install nautilus_trader dev env from scratch using uv only
add_to_zshrc() {
  local line_to_add="$1"
  if ! grep -q "$line_to_add" ~/.zshrc; then
    echo -e "\n$line_to_add" >> ~/.zshrc
  fi
}

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl -LsSf https://astral.sh/uv/install.sh | sh