mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Add missing newline to code snippet in README
This commit is contained in:
parent
dbbd972ad5
commit
513fc6d174
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ If everything went well you should now be able to open your web browser and visi
|
|||
pip install standardebooks
|
||||
|
||||
# The `se` command must be in your $PATH, but installing it via `pip` might not do that automatically.
|
||||
# If `which se` doesn't say anything, then either add the `pip` installation of the `se` executable to your $PATH manually, # or install it again using `pipx`; this will create a duplicate installation,
|
||||
# If `which se` doesn't say anything, then either add the `pip` installation of the `se` executable to your $PATH manually,
|
||||
# or install it again using `pipx`; this will create a duplicate installation,
|
||||
# but it will also install it in your $PATH for you:
|
||||
pipx install standardebooks
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue