Pinned Loading
-
nautechsystems/nautilus_trader
nautechsystems/nautilus_trader PublicA high-performance algorithmic trading platform and event-driven backtester
-
RunaCapital/awesome-oss-alternatives
RunaCapital/awesome-oss-alternatives PublicAwesome list of open-source startup alternatives to well-known SaaS products 🚀
-
Install nautilus_trader dev env from...
Install nautilus_trader dev env from scratch using uv only 1```bash
2add_to_zshrc() {
3local line_to_add="$1"
4if ! grep -q "$line_to_add" ~/.zshrc; then
5echo -e "\n$line_to_add" >> ~/.zshrc
-
UgurcanAkkok/AreWeRustYet
UgurcanAkkok/AreWeRustYet PublicAwesome list of "Are We *thing* Yet" for Rust
-
Install nautilus_trader dev env from...
Install nautilus_trader dev env from scratch, using pyenv and uv 1```bash
2curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
3curl -LsSf https://astral.sh/uv/install.sh | sh
4brew install pre-commit pyenv pyenv-virtualenv
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.