Преглед на файлове

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