Merge pull request #11762 from murrant/consolidate-install-doc

Update and Consolidate Install docs Ubuntu 20.04 and CentOS 8
This commit is contained in:
Tony Murray
2020-06-29 01:10:28 -05:00
committed by GitHub
11 changed files with 619 additions and 1120 deletions

View File

@@ -9,21 +9,19 @@ fi
pip3 install --upgrade pip
pip3 install --user --requirement <(cat <<EOF
Click==7.0
future==0.18.2
Jinja2==2.11.1
Jinja2==2.11.2
livereload==2.6.1
lunr==0.5.6
Markdown==3.2.1
lunr==0.5.8
Markdown==3.2.2
mkdocs==1.1.2
mkdocs-material==5.2.2
nltk==3.5
pymdown-extensions==7.1
PyYAML==5.3.1
six==1.15.0
tornado==6.0.4
MarkupSafe==1.1.1
mkdocs==1.1
mkdocs-material==4.6.3
nltk==3.4.5
Pygments==2.5.2
pymdown-extensions==6.3
PyYAML==5.3
six==1.14.0
tornado==6.0.3
EOF
)