Skip to content

Commit

Permalink
doc: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 16, 2024
1 parent b3df320 commit ea4f90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bind/python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup

## Install Python Packages
## Install Dependency Packages

> [!TIP]
> Since you will need to install some additional Python packages, we recommend setting up a Python Virtual Environment, _e.g._, with `venv`.
Expand All @@ -25,7 +25,7 @@ For Python to be able to find and use these bindings, you need to set some envir
- on macOS only, shared libraries must be found in `DYLD_LIBRARY_PATH`

> [!TIP]
> You may use `this_iguana.sh` to set these variables automatically. Assuming you installed `iguana` to `./iguana/`:
> You may use `this_iguana.sh` to set these variables automatically. Assuming you installed Iguana to `./iguana/`:
> - on Linux: `source iguana/bin/this_iguana.sh`
> - on macOS: `source iguana/bin/this_iguana.sh ld` (where `ld` is needed to set `DYLD_LIBRARY_PATH`)
Expand Down

0 comments on commit ea4f90a

Please sign in to comment.