diff --git a/README.md b/README.md index a75b512625c60f2509b4e88d7f00086ee86b13fa..76fdec2a0dede70046b9e0fff8b4e88db49b3e09 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 c7c79edcf6260907da2b726c70425470defc3356..a250529e77273bd60ed578613d35307d75c2c488 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 ```