You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ We use the `--src` flag to use the source folder layout.
19
19
In the repo directory we can add new dependencies with:
20
20
21
21
```
22
-
poetry add nympy matplotlib pandas
22
+
poetry add numpy matplotlib pandas
23
23
```
24
24
25
25
To install the ne package in a virtual env we can do:
@@ -69,7 +69,7 @@ More info [here](https://docs.github.com/en/repositories/creating-and-managing-r
69
69
70
70
## MkDocs
71
71
72
-
To create a documentation page using the docstring in our code we will use `mkdocs`[wesite](https://docs.readthedocs.io/en/stable/intro/getting-started-with-mkdocs.html).
72
+
To create a documentation page using the docstring in our code we will use `mkdocs`[website](https://docs.readthedocs.io/en/stable/intro/getting-started-with-mkdocs.html).
73
73
First, install the library in the virtual env:
74
74
```
75
75
poetry add -G dev mkdocs mkdocstrings mkdocs-material
0 commit comments