Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mingdeyu committed Sep 3, 2023
1 parent b47f476 commit ced53bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,22 @@ to load the package. To install or activate the required Python environment auto

> **Note**
> After loading `dgpsi`, the package may take some time to compile and initiate the underlying Python environment the first
> time a function from `dgpsi` is executed. Any subsequent function calls won't require re-compiling and re-activation and
> will be faster.
> time a function from `dgpsi` is executed. Any subsequent function calls won't require re-compiling or re-activation of the
> Python environment, and will be faster.
>
> If you experience Python related issues while using the package, please try to reinstall the Python environment:
>
> ```r
> dgpsi::init_py(reinstall = T)
> ```
>
> or uninstall completely the Python environment:
> Or uninstall completely the Python environment:
>
> ```r
> dgpsi::init_py(uninstall = T)
> ```
>
> And then reinstall:
> and then reinstall:
>
> ```r
> dgpsi::init_py()
Expand Down

0 comments on commit ced53bc

Please sign in to comment.