Skip to content

Commit ae5581a

Browse files
committed
Upgrade to work on latest Ubuntu
Upgrading to work on Ubuntu 20 LTS server. * Older version of pip had an error; use latest version of pip instead. * Upgrade six slightly to work with latest version of pip
1 parent 59711d3 commit ae5581a

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ sudo apt-get install python3-venv
3333
python3 -m venv .ve
3434
# Enter the venv, needs to be run for every new shell
3535
source .ve/bin/activate
36-
# Install pre-requirements
37-
pip install -r pre_requirements.txt
3836
# Install requirements
3937
pip install -r requirements.txt
4038
# Build the docs

pre_requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MarkupSafe==1.0
2424
Pygments==2.2.0
2525
pytz==2017.2
2626
requests==2.22.0
27-
six==1.10.0
27+
six==1.12.0
2828
snowballstemmer==1.2.1
2929
sphinxcontrib-websupport==1.0.1
3030
urllib3==1.25.7

0 commit comments

Comments
 (0)