Skip to content

Commit 2ade78f

Browse files
Update README (#5)
* Add link. * Reword.
1 parent b9a109f commit 2ade78f

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,8 @@ We will provide explanations and references whenever we rely on advanced feature
1616
1717
## Getting started
1818

19-
Run
20-
21-
```bash
22-
# Install necessary tools
23-
cargo install mdbook
24-
cargo install --git https://github.com/mainmatter/100-exercises-to-learn-rust mdbook-exercise-linker
25-
26-
# Serve the book locally
27-
cd book && mdbook serve --port 3012 --open
28-
```
29-
30-
to open the companion book for this course in your browser.
19+
Open [the companion book for this course](https://rust-exercises.com/rust-python-interop/) in your browser.
20+
Follow the instructions there to get started.
3121

3222
## Requirements
3323

book/src/01_intro/00_welcome.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Welcome
22

3-
Welcome to **"Rust-Python interoperability"**!
4-
5-
This course will teach you how to write Python extensions in Rust,
6-
and how to call Rust code from Python.
3+
Welcome to **"Rust-Python interoperability"**!\
4+
This course will teach you how to call Rust code from Python, packaged as a native extension module.
75

86
We assume you are familiar with both Rust and Python, but we don't assume any prior interoperability knowledge. We will provide a brief explanation and references whenever we rely on advanced language features in either language.
97

0 commit comments

Comments
 (0)