File tree Expand file tree Collapse file tree 3 files changed +83
-11
lines changed
Expand file tree Collapse file tree 3 files changed +83
-11
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ will be updated on merge to the master branch of this repository.
2727First, set up a virtual environment (Optional but recommended)
2828
2929``` bash
30- python3 -m venv venv
30+ python3.8 -m venv venv
3131source venv/bin/activate
3232pip install -U setuptools pip
3333```
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ markdown_extensions:
1818 check_paths : True
1919 base_path : .
2020 - pymdownx.emoji :
21- emoji_index : !!python/name:material.extensions .emoji.twemoji
22- emoji_generator : !!python/name:material.extensions .emoji.to_svg
21+ emoji_index : !!python/name:materialx .emoji.twemoji
22+ emoji_generator : !!python/name:materialx .emoji.to_svg
2323 - attr_list
2424 - markdown_include.include :
2525 base_path : docs
Original file line number Diff line number Diff line change 1- mkdocs == 1.6.1
2- mkdocs-material == 9.6.17
3- markdown-include == 0.8.1
1+ appdirs == 1.4.4
2+ async-generator == 1.10
3+ attrs == 21.2.0
4+ black == 21.5b2
5+ bleach == 3.3.0
6+ bracex == 2.1.1
7+ certifi == 2020.12.5
8+ chardet == 4.0.0
9+ click == 7.1.2
10+ defusedxml == 0.7.1
11+ entrypoints == 0.3
12+ future == 0.18.2
13+ ghp-import == 2.0.2
14+ gitdb == 4.0.7
15+ GitPython == 3.1.17
16+ graphkb == 1.5.4
17+ idna == 2.10
18+ importlib-metadata == 4.10.1
19+ ipython-genutils == 0.2.0
20+ Jinja2 == 2.11.3
21+ joblib == 1.0.1
22+ jsonschema == 3.2.0
23+ jupyter-client == 6.2.0
24+ jupyter-core == 4.7.1
25+ jupyterlab-pygments == 0.1.2
26+ jupytext == 1.11.2
27+ livereload == 2.6.3
28+ lunr == 0.5.8
29+ Markdown == 3.3.4
30+ markdown-include == 0.6.0
31+ markdown-it-py == 1.1.0
32+ markdown-refdocs == 1.4.0
33+ MarkupSafe == 1.1.1
34+ mdit-py-plugins == 0.2.8
35+ mergedeep == 1.3.4
36+ mistune == 0.8.4
37+ mkdocs == 1.2.3
38+ mkdocs-awesome-pages-plugin == 2.5.0
439mkdocs-exclude == 1.0.2
5- mkdocs-awesome-pages-plugin == 2.10.1
6- mkdocs-include-markdown-plugin == 7.1.6
7- mkdocs-redirects == 1.2.2
8- mknotebooks == 0.8.0
9- markdown_refdocs == 1.4.1
40+ mkdocs-include-markdown-plugin == 3.0.1
41+ mkdocs-material == 8.1.8
42+ mkdocs-material-extensions == 1.0.1
43+ mkdocs-redirects == 1.0.3
44+ mknotebooks == 0.7.0
45+ mypy == 0.812
46+ mypy-extensions == 0.4.3
47+ nbclient == 0.5.3
48+ nbconvert == 6.0.7
49+ nbformat == 5.1.3
50+ nest-asyncio == 1.5.1
51+ nltk == 3.6.2
52+ packaging == 20.9
53+ pandocfilters == 1.4.3
54+ pathspec == 0.8.1
55+ progressbar2 == 3.53.1
56+ Pygments == 2.11.2
57+ pymdown-extensions == 9.1
58+ pyparsing == 2.4.7
59+ pyrsistent == 0.17.3
60+ python-dateutil == 2.8.1
61+ python-utils == 2.5.6
62+ pytz == 2021.1
63+ PyYAML == 5.4.1
64+ pyyaml-env-tag == 0.1
65+ pyzmq == 22.1.0
66+ regex == 2021.4.4
67+ requests == 2.25.1
68+ six == 1.15.0
69+ smmap == 4.0.0
70+ testpath == 0.5.0
71+ toml == 0.10.2
72+ tornado == 6.1
73+ tqdm == 4.60.0
74+ traitlets == 5.0.5
75+ typed-ast == 1.4.3
76+ typing-extensions == 3.7.4.3
77+ urllib3 == 1.26.5
78+ watchdog == 2.1.6
79+ wcmatch == 8.2
80+ webencodings == 0.5.1
81+ zipp == 3.4.1
You can’t perform that action at this time.
0 commit comments