diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index fe0c472..fa6f089 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -code is formatted with "black" +code is formatted with "black --line-length=120" #remember to install the libraries, and you probably should use venvs anyway pip --require-venv install -r requirements.txt |