diff --git a/docs/languages/rust.rst b/docs/languages/rust.rst index 8ccbe0ef..6c24ecc3 100644 --- a/docs/languages/rust.rst +++ b/docs/languages/rust.rst @@ -14,13 +14,9 @@ The BridgeStan Rust client is available on `crates.io ` -or use the Rust client in tandem with an interface such as :doc:`Python <./python>` -which automates this process. +The first time you compile a model, the BridgeStan source code will be downloaded to `~/.bridgestan`. If you prefer to use a source distribution of BridgeStan, you can pass its path as the `bs_path` argument to `compile_model`. -``STAN_THREADS=true`` needs to be specified when compiling a model, for more -details see the `API reference `__. +Note that the system pre-requisites from the [Getting Started Guide](../getting-started.rst) are still required and will not be automatically installed by this method. Example Program ---------------