Skip to content

Commit 95ee12b

Browse files
authored
add links
1 parent 2fc26e8 commit 95ee12b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ pip install -r requirements.txt
5454

5555
## 5. Verify your installation
5656

57-
Run the `hello_world.py` script to verify your installation:
57+
Run the [`hello_world.py`](docs/hello_world.py) script to verify your installation:
5858

5959
```shell script
6060
$ python3 ./hello_world.py
@@ -75,4 +75,4 @@ $ jupyter notebook
7575

7676
Make sure the notebook server is started from the same Python environment (venv or conda) from which you ran `pip install -r requirements.txt`; otherwise, it may not find this repo in the path.
7777

78-
Once the notebook server starts, it will provide a URL for accessing it through your web browser. To find the tutorial notebooks, navigate in the browser to `docs` and then `tutorials`.
78+
Once the notebook server starts, it will provide a URL for accessing it through your web browser. The tutorial notebooks can be found in the [docs directory](docs/tutorials/README.md).

0 commit comments

Comments
 (0)