Skip to content

Commit 7423d37

Browse files
authored
Merge pull request #19 from kitware-resonant/update-readme
2 parents a9f4ad9 + 5b9930e commit 7423d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ ways to do it.
1010

1111
### Static build
1212

13-
1. Run `poetry shell` to build the dependencies and drop into a virtualenv.
13+
1. Run `poetry install` to build the dependencies.
1414
2. Run `poetry run task build` to build the documentation.
1515
3. Run `poetry run task serve` to serve the docs on port 8000 (or `poetry run
1616
task serve 8001` to use a different port of your choice).
1717

1818
### Watch mode build.
1919

20-
1. Run `poetry shell` to build the dependencies and drop into a virtualenv.
20+
1. Run `poetry install` to build the dependencies.
2121
2. Run `poetry run task watch` to build and serve the docs on port 8000 (or
2222
`poetry run task watch PORT=8001` to use a different port of your choice).
2323
Changes to the documentation source code will cause an automatic rebuild.

0 commit comments

Comments
 (0)