Skip to content

Commit

Permalink
update docs: Mention that shell should be restarted if want to use wa…
Browse files Browse the repository at this point in the history
…kepy CLI command (#321)

Mention that to get the wakepy CLI command working, one might need to
restart the shell / terminal application
  • Loading branch information
fohrloop authored May 28, 2024
1 parent 05821df commit 076e617
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/source/cli-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ options:
is used as a default if no modes are selected.
-p, --presentation Presentation mode; inhibit automatic sleep, screensaver and
screenlock
```
```


````{admonition} Command "wakepy" not found?
:class: note
If you just installed `wakepy`, you might need to restart shell / terminal application to make added to the PATH.
````
2 changes: 2 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Wakepy supports CPython 3.7 to 3.13, and may be installed with
pip install wakepy
```

To get the `wakepy` [CLI command](#cli-api) working, you might need to restart the shell / terminal application.

## Why wakepy?
Here's some reasons why you might want to consider using wakepy:

Expand Down

0 comments on commit 076e617

Please sign in to comment.