From d2f0e9dd737126859f3b4bd3ff47bdd0b33122db Mon Sep 17 00:00:00 2001
From: mbucknell <mbucknell@usgs.gov>
Date: Tue, 10 Aug 2021 11:29:50 -0500
Subject: [PATCH] Update readmes.

---
 README.md             | 2 +-
 wdfn-server/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a75b51262..76fdec2a0 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ This repo contains the components of Water Data For The Nation:
 - [`wdfn-server`](wdfn-server): A Flask web application that is used to create server-rendered pages for USGS water data
 - [`assets`](assets): Client-side Javascript, CSS, images, etc.
 
-The application has been developed using Python 3.6 and Node.js 14.x. This is a work in progress.
+The application has been developed using Python 3.8.x and Node.js 14.x. This is a work in progress.
 
 ## Install dependencies
 
diff --git a/wdfn-server/README.md b/wdfn-server/README.md
index c7c79edcf..a250529e7 100644
--- a/wdfn-server/README.md
+++ b/wdfn-server/README.md
@@ -7,7 +7,7 @@ This project produces server-rendered HTML pages for Water Data For The Nation.
 1. Create a virtualenv and install the project's Python requirements.
 
 ```bash
-virtualenv --python=python3.6 env
+virtualenv --python=python3.8 env
 env/bin/pip install -r requirements.txt
 ```
 
-- 
GitLab