Skip to content
Snippets Groups Projects
Commit d2f0e9dd authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Update readmes.

parent ced74b52
No related branches found
No related tags found
1 merge request!29Update to use python version 3.8
......@@ -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
......
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment