Update several README files to be consistent with the latest code (#426)

This commit is contained in:
Andy Fingerhut
2021-09-07 20:54:22 -07:00
committed by GitHub
parent c7f3139533
commit 4f13704e4f
3 changed files with 20 additions and 16 deletions

12
vm/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Introduction
This directory is still here only for historical reference. The
scripts here can be used to create a VM image based on Ubuntu 16.04
Linux, but free support and updates for that version of Ubuntu Linux
ended in April 2021. The VM created by these scripts also rely upon
and install Python2 versions of several Python libraries, which the
latest version of the tutorials repository no longer uses.
See the `vm-ubuntu-20.04` directory for similar scripts that can be
used to create a VM image based on Ubuntu 20.04 Linux, and uses only
Python3.