mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
'pwd' -> 'current working directory'
Co-authored-by: Siddharth Dushantha <siddharth.dushantha@gmail.com>
This commit is contained in:
parent
c812216cc5
commit
b0521d6f5c
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ Sherlock. This invocation hides the progress text that Sherlock normally
|
|||
outputs, and instead shows the verbose output of the tests.
|
||||
|
||||
```console
|
||||
# Assumes pwd is respository root
|
||||
# Assumes current working directory is respository root
|
||||
$ python3 -m unittest tests.all --verbose
|
||||
```
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ Building an editable (or live) package links the entry point to your current dir
|
|||
Note that the version number will be 0.0.0 for pipx local builds unless manually changed in the pyproject file (it will prompt the user for an update).
|
||||
|
||||
```bash
|
||||
# Assumes repository cloned, and pwd is repository root
|
||||
# Assumes repository cloned, and current working directory is repository root
|
||||
pipx install -e .
|
||||
```
|
||||
|
||||
|
@ -53,7 +53,7 @@ pipx install -e .
|
|||
If you'd rather not install directly to your system, you can import the module at runtime with `-m`.
|
||||
|
||||
```bash
|
||||
# Assumes repository cloned, and pwd is repository root
|
||||
# Assumes repository cloned, and current working directory is repository root
|
||||
python3 -m sherlock user123 user789
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue