Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jan 30, 2025
1 parent cef31f5 commit 1f27b91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The platform is also universal and asset-class-agnostic — with any REST, WebSo
adapters. It supports high-frequency trading across a wide range of asset classes and instrument types
including FX, Equities, Futures, Options, Crypto and Betting, enabling seamless operations across multiple venues simultaneously.

![nautilus-trader](https://github.com/nautechsystems/nautilus_trader/raw/develop/docs/_images/nautilus-trader.svg "nautilus-trader")

## Features

- **Fast**: Core is written in Rust with asynchronous networking using [tokio](https://crates.io/crates/tokio).
Expand Down Expand Up @@ -255,7 +257,7 @@ To programmatically fetch and list available versions:
#### Retention policies

- `develop` branch wheels (`.dev`): Only the most recent wheel build is retained.
- `nightly` branch wheels (`a`): Only the 3 most recent wheel builds are retained.
- `nightly` branch wheels (`a`): Only the 10 most recent wheel builds are retained.

### From Source

Expand Down
1 change: 1 addition & 0 deletions docs/_images/nautilus-trader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ To programmatically fetch and list available versions:
### Retention policies

- `develop` branch wheels (`.dev`): Only the most recent wheel build is retained.
- `nightly` branch wheels (`a`): Only the 3 most recent wheel builds are retained.
- `nightly` branch wheels (`a`): Only the 10 most recent wheel builds are retained.

## From Source

Expand Down

0 comments on commit 1f27b91

Please sign in to comment.