From 33b3b4f32abf2f650fa167e17551973f3644fa1d Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Mon, 9 Jan 2023 20:23:54 +0300 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Contributing.md b/Contributing.md index b0326d2..1f63148 100644 --- a/Contributing.md +++ b/Contributing.md @@ -12,6 +12,11 @@ If you are making changes to used libraries or the installation script, you must # Code style I mostly follow code style suggested by PyCharm, with the exception of disabled line length limit. +# Quirks +* `webui.user.bat` is never to be edited +* `requirements_versions.txt` is for python 3.10.6 +* `requirements.txt` is for people running on colabs and whatnot using python 3.7 + # Gradio Gradio at some point wanted to add this section to shill their project in the contributing section, which I didn't have at the time, so here it is now.