浏览代码

Update the README to indicate that application is only compatible with Python 3.10+

Ben Wilber 5 月之前
父节点
当前提交
55e0d4fe86
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -69,6 +69,8 @@ When you have completed the goals then you can open a Pull Request to this main
 
 ### Set up a virtualenv
 
+This application is compatible with Python 3.10 and later.  You can set up a virtual environment with:
+
 ```shell
 $ python3 -m venv venv
 $ source venv/bin/activate