Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
docs(README): resolve #13 by correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Apr 29, 2021
1 parent 4ab9da4 commit 6a17a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ source PyDynamic_tutorial_venv/bin/activate
Collecting pip
[...]
Successfully installed click-7.1.2 pip-20.1.1 pip-tools-5.2.0 setuptools-47.1.1 six-1.15.0
$ pip-sync requirements/requirement.txt
$ pip-sync requirements/requirements.txt
Collecting attrs==19.3.0
[...]
Installing collected packages: attrs, [...]
Expand Down Expand Up @@ -103,4 +103,4 @@ After a click on _PyDynamic_tutorials_ the source code can be edited and execute
The [sourcecode of PyDynamic is available on GitHub](https://github.com/PTB-PSt1/PyDynamic).
The detailed documentation of _PyDynamic_'s source code is available on
[pydynamic.readthedocs.io](https://pydynamic.readthedocs.io/). The tutorial notebooks
are all linked on these pagKes along with additional material.
are all linked on these pagKes along with additional material.

0 comments on commit 6a17a79

Please sign in to comment.