Skip to content

Commit 892cdfa

Browse files
committed
Minor update to README
1 parent 543e939 commit 892cdfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ NetGraph can be used in two ways:
6868

6969
5. Jupyter will show the content of `notebooks` directory and you can start using the provided notebooks or create your own.
7070

71-
Note: The Docker container will mount the `ngraph` directory to the container, so any changes made to the code in the `ngraph` directory will be reflected in the container and vice versa.
71+
Note: The Docker container will mount the `NetGraph` directory to the container, so any changes made to the code in the `NetGraph` directory will be reflected in the container and vice versa.
7272

7373
The ngraph package is installed in the container in editable mode, so you can make changes to the code and see the changes reflected immediately in the Jupyter Notebook.
7474

@@ -84,6 +84,8 @@ To exit the Jupyter Notebook server, press `Ctrl+C` in the terminal where the se
8484

8585
- Python 3.8 or higher installed on your machine.
8686

87+
Note: Don't forget to use a virtual environment (e.g., `venv`) to avoid conflicts with other Python packages. See [Python Virtual Environments](https://docs.python.org/3/library/venv.html) for more information.
88+
8789
**Steps:**
8890
8991
1. Install the package using pip:

0 commit comments

Comments
 (0)