pyo3/guide/src/getting_started.md
messense 7466097780 User guide documentaion (#37)
User guide documentaion
2017-06-18 10:02:02 +08:00

413 B

Getting Started

In this tutorial, we will walk through the steps of building a simple Python extension called TODO.

Install Rust

Before we begin, we need to install Rust using the rustup installer:

curl https://sh.rustup.rs -sSf | sh

If you already have rustup installed, run this command to ensure you have the latest version of Rust:

rustup update