Skip to content

Commit

Permalink
doc: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PangKW-weston committed May 20, 2024
1 parent bf9f9e4 commit 4995698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ python setup.py build_ext --inplace
```

It will generate library files in build/temp.linux-x86_64-3.10/lib (the name could be different based on your system).
You can add the path to the PYTHONPATH environment variable to use the library.
You can add the path to the PYTHONPATH environment variable to use the library. Please note that setting the PYTHONPATH directly in the shell will only affect the current session.

```bash
$ export PYTHONPATH=$PYTHONPATH:<path-to-the-repo>/build/temp.linux-x86_64-3.10/lib
Expand Down

0 comments on commit 4995698

Please sign in to comment.