소스 검색

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