Skip to content

Commit

Permalink
update examples readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kachark committed Mar 30, 2024
1 parent a0e36c9 commit 3176c51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ println!("cargo:rustc-link-search=/opt/homebrew/opt/openblas/lib");
```

## Anaconda
To link against Anaconda python, you may need to add the following to `build.rs`:
To link against Anaconda python (for matplotlib visualizations), you may need to add the following to `build.rs`:
```
println!(
"cargo:rustc-link-arg=-Wl,-rpath,/path/to/anaconda3/lib/"
);
println!("cargo:rustc-link-arg=-Wl,-rpath,/path/to/anaconda3/lib/");
```

Expand Down

0 comments on commit 3176c51

Please sign in to comment.