Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waterdataui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water Mission Area
Internet of Water
waterdataui
Commits
d2f0e9dd
Commit
d2f0e9dd
authored
3 years ago
by
Bucknell, Mary S.
Browse files
Options
Downloads
Patches
Plain Diff
Update readmes.
parent
ced74b52
No related branches found
No related tags found
1 merge request
!29
Update to use python version 3.8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
wdfn-server/README.md
+1
-1
1 addition, 1 deletion
wdfn-server/README.md
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
d2f0e9dd
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
wdfn-server/README.md
+
1
−
1
View file @
d2f0e9dd
...
...
@@ -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
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment