diff --git a/README.md b/README.md
index cfe27f3..0eed1cf 100644
--- a/README.md
+++ b/README.md
@@ -14,14 +14,14 @@ If you've already cloned you can pull submodules with:
git submodule update --init --recursive
```
-To make changes to the website pages:
+To make changes to the website you will need an install of Python 3 with the following libraries:
-- use MkDocs v1.0.4 with Markdown v2.6.8, PyYAML v3.13 and futures v3.3.0, e.g.
+- use MkDocs v1.0.4 with Markdown v3.0 and the latest PyYAML
* `pip install --upgrade --user mkdocs==1.0.4`
- * `pip install --upgrade --user Markdown==2.6.8`
- * `pip install --upgrade --user PyYAML==3.13`
- * `pip install --upgrade --user futures==3.3.0`
+ * `pip install --upgrade --user Markdown==3.0`
+ * `pip install --upgrade --user PyYAML`
+- newer versions may not generate correct front page (to see the installed version, use `pip show mkdocs`)
- clone this repo,
-- edit or add some ```.md``` files (you may also need to update the ```mkdocs.yml``` config),
-- preview locally with ```mkdocs serve``` (Windows users may need to specify a port, such as ```mkdocs serve --dev-addr 127.0.0.1:4000```),
-- publish with ```mkdocs gh-deploy```.
+- edit or add some `.md` files (you may also need to update the `mkdocs.yml` config),
+- preview locally with `mkdocs serve` (Windows users may need to specify a port, such as `mkdocs serve --dev-addr 127.0.0.1:4000`),
+- publish with `mkdocs gh-deploy`.
diff --git a/src/download.md b/src/download.md
index c3c0151..86efc29 100644
--- a/src/download.md
+++ b/src/download.md
@@ -1,13 +1,13 @@
## Latest Release
-[New features](https://github.com/glvis/glvis/blob/v4.0/CHANGELOG)
-┊ [User documentation](https://github.com/glvis/glvis/blob/v4.0/README)
+[New features](https://github.com/glvis/glvis/blob/v4.1/CHANGELOG)
+┊ [User documentation](https://github.com/glvis/glvis/blob/v4.1/README)
┊ [Code documentation](http://glvis.github.io/doxygen/html/index.html)
┊ [Sources](https://github.com/glvis/glvis)
[](https://bit.ly/glvis-4-0)
+**Download glvis-4.1.tgz**
+](https://bit.ly/glvis-4-1)
[](https://bit.ly/glvis-4-1)
[
**Use web version**
@@ -95,7 +95,7 @@ Dec 11, 2020 | Switched to a BSD license.
New users should start with the [options and general use](options-and-use.md) tutorial.
-We also recommend reading the [MFEM project](http://mfem.org) documentation.
+We also recommend reading the [MFEM project](https://mfem.org) documentation.
## Contact
diff --git a/src/news.md b/src/news.md
index e349008..102d5cf 100644
--- a/src/news.md
+++ b/src/news.md
@@ -2,6 +2,8 @@
| |
------------ | -----------------------------------------------------------------
+Aug 31, 2021 | Version 4.1 [released](https://github.com/glvis/glvis/blob/v4.1/CHANGELOG).
+Jul 10, 2021 | The inaugural [MFEM Community Workshop](workshop.md) will take place on October 20th, 2021.
Feb 19, 2021 | Web version at [glvis.org/live](https://glvis.org/live).
Feb 17, 2021 | Jupyter support: [`pip install glvis`](https://github.com/GLVis/pyglvis).
Dec 11, 2020 | Version 4.0 [released](https://github.com/glvis/glvis/blob/v4.0/CHANGELOG).